Interface: $Properties
v1.BatchOperationUpdateActivityOptions.$Properties
Properties of a BatchOperationUpdateActivityOptions.
Hierarchy
-
$Properties
Properties
activity
• Optional activity: "type" | "matchAll"
The activity to update. If match_all is set to true, all activities will be updated.
activityOptions
• Optional activityOptions: null | $Properties
Update Activity options. Partial updates are accepted and controlled by update_mask.
identity
• Optional identity: null | string
The identity of the worker/client.
matchAll
• Optional matchAll: null | boolean
BatchOperationUpdateActivityOptions matchAll
restoreOriginal
• Optional restoreOriginal: null | boolean
If set, the activity options will be restored to the default. Default options are then options activity was created with. They are part of the first ActivityTaskScheduled event. This flag cannot be combined with any other option; if you supply restore_original together with other options, the request will be rejected.
type
• Optional type: null | string
BatchOperationUpdateActivityOptions type
updateMask
• Optional updateMask: null | $Properties
Controls which fields from activity_options will be applied