interface TaskOrchestrationPlanGroupReference {
    planGroup?: string;
    projectId?: string;
}

Properties

planGroup?: string

Gets or sets the plan group.

projectId?: string

ID of the Project.