Interface: IPatchScheduleRequest
workflowservice.v1.IPatchScheduleRequest
Properties of a PatchScheduleRequest.
Implemented by
Properties
identity
• Optional
identity: null
| string
The identity of the client who initiated this request.
namespace
• Optional
namespace: null
| string
The namespace of the schedule to patch.
patch
• Optional
patch: null
| ISchedulePatch
PatchScheduleRequest patch
requestId
• Optional
requestId: null
| string
A unique identifier for this update request for idempotence. Typically UUIDv4.
scheduleId
• Optional
scheduleId: null
| string
The id of the schedule to patch.