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