DeleteItemScheduleParams interface
An interface representing the parameters for deleting an item schedule
Properties
| item |
The configured job type |
| item |
The object id of the item |
| item |
The item type, if item type is dataset, this field is required. |
| job |
The object id of the job definition |
Property Details
itemJobType
The configured job type
itemJobType: string
Property Value
string
itemObjectId
The object id of the item
itemObjectId: string
Property Value
string
itemType
The item type, if item type is dataset, this field is required.
itemType?: string
Property Value
string
jobDefinitionObjectId
The object id of the job definition
jobDefinitionObjectId: string
Property Value
string