Struct google_deploymentmanager2::ResourceUpdateError[][src]

pub struct ResourceUpdateError {
    pub errors: Option<Vec<ResourceUpdateErrorErrors>>,
}

Output only. If errors are generated during update of the resource, this field will be populated.

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

Fields

[Output Only] The array of errors encountered while processing this operation.

Trait Implementations

impl Default for ResourceUpdateError
[src]

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

impl Clone for ResourceUpdateError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceUpdateError
[src]

Formats the value using the given formatter. Read more

impl NestedType for ResourceUpdateError
[src]

impl Part for ResourceUpdateError
[src]

Auto Trait Implementations