Interface: IDeleteWorkerDeploymentVersionRequest
workflowservice.v1.IDeleteWorkerDeploymentVersionRequest
Properties of a DeleteWorkerDeploymentVersionRequest.
Implemented by
Properties
identity
• Optional
identity: null
| string
Optional. The identity of the client who initiated this request.
namespace
• Optional
namespace: null
| string
DeleteWorkerDeploymentVersionRequest namespace
skipDrainage
• Optional
skipDrainage: null
| boolean
Pass to force deletion even if the Version is draining. In this case the open pinned workflows will be stuck until manually moved to another version by UpdateWorkflowExecutionOptions.
version
• Optional
version: null
| string
Deployment Version identifier in the form "<deployment_name>.<build_id>".