GoogleApi.SQLAdmin.V1beta4.Model.RotateServerCaContext (google_api_sql_admin v0.71.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.