Struct google_sqladmin1_beta4::RotateServerCaContext[][src]

pub struct RotateServerCaContext {
    pub kind: Option<String>,
    pub next_version: Option<String>,
}

Instance rotate server CA context.

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

Fields

This is always sql#rotateServerCaContext.

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.

Trait Implementations

impl Default for RotateServerCaContext
[src]

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

impl Clone for RotateServerCaContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RotateServerCaContext
[src]

Formats the value using the given formatter. Read more

impl Part for RotateServerCaContext
[src]

Auto Trait Implementations