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

This request is used to demote an existing standalone instance to be a Cloud SQL read replica for an external database server.

Attributes

  • demoteContext (type: GoogleApi.SQLAdmin.V1.Model.DemoteContext.t, default: nil) - Required. Contains details about the demote operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SQLAdmin.V1.Model.InstancesDemoteRequest{
  demoteContext: GoogleApi.SQLAdmin.V1.Model.DemoteContext.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.