google_api_deployment_manager v0.4.0 GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate 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
) - Output only. Map of 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? Label values must be between 0 and 63 characters long and must conform to the regular expression (a-z?)?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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate{
description: String.t(),
labels: [GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry.t()],
manifest: String.t()
}
t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate{ description: String.t(), labels: [GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry.t()], manifest: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.