TaskGroupPublishPreviewParameter interface
- Extends
Properties
disable |
This is to disable previous versions of task group upon publish |
preview | Denotes if task group is in preview |
revision | This is the revision of task group that is getting published |
version | This is the version of task group that is getting published |
Inherited Properties
comment | Comment for this update request |
Property Details
disablePriorVersions
This is to disable previous versions of task group upon publish
disablePriorVersions: boolean
Property Value
boolean
preview
Denotes if task group is in preview
preview: boolean
Property Value
boolean
revision
This is the revision of task group that is getting published
revision: number
Property Value
number
version
This is the version of task group that is getting published
version: TaskVersion
Property Value
Inherited Property Details
comment
Comment for this update request
comment: string
Property Value
string
Inherited From TaskGroupUpdatePropertiesBase.comment