Struct google_replicapoolupdater1_beta1::InstanceUpdateError[][src]

pub struct InstanceUpdateError {
    pub errors: Option<Vec<InstanceUpdateErrorErrors>>,
}

Errors that occurred during the instance update.

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

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

impl Clone for InstanceUpdateError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InstanceUpdateError
[src]

Formats the value using the given formatter. Read more

impl NestedType for InstanceUpdateError
[src]

impl Part for InstanceUpdateError
[src]

Auto Trait Implementations