GoogleApi.AlloyDB.V1.Model.CloudSQLBackupRunSource (google_api_alloy_db v0.16.0)

View Source

The source CloudSQL backup resource.

Attributes

  • backupRunId (type: String.t, default: nil) - Required. The CloudSQL backup run ID.
  • instanceId (type: String.t, default: nil) - Required. The CloudSQL instance ID.
  • project (type: String.t, default: nil) - The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.CloudSQLBackupRunSource{
  backupRunId: String.t() | nil,
  instanceId: String.t() | nil,
  project: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.