DeploymentResourceCrudResponseedit

A response returned from the Deployment Resource endpoints

Propertiesedit

id (string, required)
The id of the deployment
kind (string, required)
The kind of the stateless resource
ref_id (string, required)
The reference id of the resource

Exampleedit

{
   "id" : "string",
   "kind" : "string",
   "ref_id" : "string"
}