Class: DeleteWorkerDeploymentRequest
workflowservice.v1.DeleteWorkerDeploymentRequest
Deletes records of (an old) Deployment. A deployment can only be deleted if it has no Version in it.
Properties
deploymentName
• deploymentName: string
DeleteWorkerDeploymentRequest deploymentName.
identity
• identity: string
Optional. The identity of the client who initiated this request.
namespace
• namespace: string
DeleteWorkerDeploymentRequest namespace.
Methods
toJSON
▸ toJSON(): Object
Converts this DeleteWorkerDeploymentRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): DeleteWorkerDeploymentRequest & $Properties
Creates a new DeleteWorkerDeploymentRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
DeleteWorkerDeploymentRequest & $Properties
DeleteWorkerDeploymentRequest instance