Represents a reference to a plan group.

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

Properties

planGroup?: string

The name of the plan group.

projectId?: string

The project ID.