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]

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

impl Clone for DeploymentUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeploymentUpdate
[src]

Formats the value using the given formatter. Read more

impl Part for DeploymentUpdate
[src]

Auto Trait Implementations