Struct google_deploymentmanager2::DeploymentUpdate [] [src]

pub struct DeploymentUpdate {
    pub labels: Option<Vec<DeploymentUpdateLabelEntry>>,
    pub description: Option<String>,
    pub manifest: Option<String>,
}

This type is not used in any activity, and only used as part of another schema.

Fields

[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?)?

[Output Only] An optional user-provided description of the deployment after the current update has been applied.

[Output Only] URL of the manifest representing the update configuration of this deployment.

Trait Implementations

impl Default for DeploymentUpdate
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for DeploymentUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeploymentUpdate
[src]

[src]

Formats the value using the given formatter.

impl Part for DeploymentUpdate
[src]