CreateItemScheduleParams interface
An interface representing the parameters for creating an item schedule
Properties
| item |
The item type, if item type is dataset, this field is required. |
| object |
The object id of the item |
| payload | The payload for creating an item schedule |
Property Details
itemType
The item type, if item type is dataset, this field is required.
itemType?: string
Property Value
string
objectId
The object id of the item
objectId: string
Property Value
string
payload
The payload for creating an item schedule
payload: ItemSchedulePayload
Property Value
ItemSchedulePayload