View Source GoogleApi.SQLAdmin.V1beta4.Model.RotateServerCaContext (google_api_sql_admin v0.68.0)

Instance rotate server CA context.

Attributes

  • kind (type: String.t, default: nil) - This is always sql#rotateServerCaContext.
  • nextVersion (type: String.t, default: nil) - The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.RotateServerCaContext{
  kind: String.t() | nil,
  nextVersion: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.