GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate (google_api_deployment_manager v0.18.2) View Source
Attributes
-
description(type:String.t, default:nil) - Output only. An optional user-provided description of the deployment after the current update has been applied. -
labels(type:list(GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry.t), default:nil) - Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression:[a-z]([-a-z0-9]*[a-z0-9])?Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?. -
manifest(type:String.t, default:nil) - Output only. URL of the manifest representing the update configuration of this deployment.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate{
description: String.t() | nil,
labels:
[GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry.t()] | nil,
manifest: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.