google_api_deployment_manager v0.2.0 GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate View Source
Attributes
- description (String.t): Output only. An optional user-provided description of the deployment after the current update has been applied. Defaults to:
null
. - labels ([DeploymentUpdateLabelEntry]): 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?)? Defaults to:
null
. - manifest (String.t): Output only. URL of the manifest representing the update configuration of this 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.DeploymentUpdate{
description: any(),
labels: [GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry.t()],
manifest: any()
}
t() :: %GoogleApi.DeploymentManager.V2.Model.DeploymentUpdate{ description: any(), labels: [GoogleApi.DeploymentManager.V2.Model.DeploymentUpdateLabelEntry.t()], manifest: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.