Struct google_deploymentmanager2_beta2::DeploymentUpdate [] [src]

pub struct DeploymentUpdate {
    pub errors: Option<Vec<String>>,
    pub manifest: Option<String>,
}

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

Fields

[Output Only] List of all errors encountered while trying to enact the update.

[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]