Struct google_sql1_beta4::api::RotateServerCaContext [−][src]
Expand description
Instance rotate server CA context.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>This is always sql#rotateServerCaContext.
next_version: Option<String>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
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for RotateServerCaContext
impl Send for RotateServerCaContext
impl Sync for RotateServerCaContext
impl Unpin for RotateServerCaContext
impl UnwindSafe for RotateServerCaContext
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more