interface TaskGroupPublishPreviewParameter {
    comment?: string;
    disablePriorVersions?: boolean;
    preview?: boolean;
    revision?: number;
    version?: TaskVersion;
}

Hierarchy (View Summary)

Properties

comment?: string

Comment for this update request

disablePriorVersions?: boolean

This is to disable previous versions of task group upon publish

preview?: boolean

Denotes if task group is in preview

revision?: number

This is the revision of task group that is getting published

version?: TaskVersion

This is the version of task group that is getting published