DelayRequest interface
Request body for delaying a scheduled action occurrence.
Properties
| delay | The new date and time for the occurrence, including the UTC offset. |
| resource |
The resources to delay. An empty array delays all resources in the occurrence. |
Property Details
delay
The new date and time for the occurrence, including the UTC offset.
delay: string
Property Value
string
resourceIds
The resources to delay. An empty array delays all resources in the occurrence.
resourceIds: string[]
Property Value
string[]