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

View Source

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.V1beta4.Model.DemoteContext.t, default: nil) - Required. This context is used to demote an existing standalone instance to be a Cloud SQL read replica for an external database server.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.