Skip to main content

Interface: IPatchScheduleRequest

workflowservice.v1.IPatchScheduleRequest

Properties of a PatchScheduleRequest.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the client who initiated this request.

Inherited from

$Properties.identity


namespace

Optional namespace: null | string

The namespace of the schedule to patch.

Inherited from

$Properties.namespace


patch

Optional patch: null | $Properties

PatchScheduleRequest patch

Inherited from

$Properties.patch


requestId

Optional requestId: null | string

A unique identifier for this update request for idempotence. Typically UUIDv4.

Inherited from

$Properties.requestId


scheduleId

Optional scheduleId: null | string

The id of the schedule to patch.

Inherited from

$Properties.scheduleId