Struct google_sqladmin1_beta4::FailoverContext [] [src]

pub struct FailoverContext {
    pub kind: Option<String>,
    pub settings_version: Option<String>,
}

Database instance failover context.

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

Fields

This is always sql#failoverContext.

The current settings version of this instance. Request will be rejected if this version doesn't match the current settings version.

Trait Implementations

impl Debug for FailoverContext
[src]

Formats the value using the given formatter.

impl Clone for FailoverContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FailoverContext
[src]

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

impl Part for FailoverContext
[src]