View Source GoogleApi.SQLAdmin.V1.Model.RotateServerCertificateContext (google_api_sql_admin v0.68.0)

Instance rotate server certificate context.

Attributes

  • kind (type: String.t, default: nil) - Optional. This is always sql#rotateServerCertificateContext.
  • 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 certificate version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.