Interface: IDeleteWorkerDeploymentVersionRequest
workflowservice.v1.IDeleteWorkerDeploymentVersionRequest
Properties of a DeleteWorkerDeploymentVersionRequest.
Hierarchy
-
↳
IDeleteWorkerDeploymentVersionRequest
Properties
deploymentVersion
• Optional deploymentVersion: null | $Properties
Required.
Inherited from
identity
• Optional identity: null | string
Optional. The identity of the client who initiated this request.
Inherited from
namespace
• Optional namespace: null | string
DeleteWorkerDeploymentVersionRequest namespace
Inherited from
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.
Inherited from
version
• Optional version: null | string
Deprecated. Use deployment_version.