Interface: IBatchOperationUpdateActivityOptions
batch.v1.IBatchOperationUpdateActivityOptions
Properties of a BatchOperationUpdateActivityOptions.
Implemented by
Properties
activityOptions
• Optional
activityOptions: null
| IActivityOptions
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
| IFieldMask
Controls which fields from activity_options
will be applied