google_api_deployment_manager v0.2.0 GoogleApi.DeploymentManager.V2.Model.DeploymentsCancelPreviewRequest View Source
Attributes
- fingerprint (binary()): Specifies a fingerprint for cancelPreview() requests. A fingerprint is a randomly generated value that must be provided in cancelPreview() requests to perform optimistic locking. This ensures optimistic concurrency so that the deployment does not have conflicting requests (e.g. if someone attempts to make a new update request while another user attempts to cancel a preview, this would prevent one of the requests). The fingerprint is initially generated by Deployment Manager and changes after every request to modify a deployment. To get the latest fingerprint value, perform a get() request on the deployment. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentsCancelPreviewRequest{
fingerprint: any()
}
t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentsCancelPreviewRequest{ fingerprint: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.