View Source GoogleApi.AlloyDB.V1.Model.BackupSource (google_api_alloy_db v0.15.0)

Message describing a BackupSource.

Attributes

  • backupName (type: String.t, default: nil) - Required. The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id}
  • backupUid (type: String.t, default: nil) - Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.BackupSource{
  backupName: String.t() | nil,
  backupUid: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.