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

View Source

Reference to another Cloud SQL instance.

Attributes

  • name (type: String.t, default: nil) - The name of the Cloud SQL instance being referenced. This does not include the project ID.
  • project (type: String.t, default: nil) - The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
  • region (type: String.t, default: nil) - The region of the Cloud SQL instance being referenced.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.InstanceReference{
  name: String.t() | nil,
  project: String.t() | nil,
  region: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.