View Source GoogleApi.DeploymentManager.V2.Model.DeploymentsCancelPreviewRequest (google_api_deployment_manager v0.21.0)
Attributes
-
fingerprint
(type:String.t
, default:nil
) - Specifies a fingerprint forcancelPreview()
requests. A fingerprint is a randomly generated value that must be provided incancelPreview()
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 aget()
request on the deployment.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentsCancelPreviewRequest{ fingerprint: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.