View Source GoogleApi.BigtableAdmin.V2.Model.CopyBackupMetadata (google_api_bigtable_admin v0.22.0)

Metadata type for the google.longrunning.Operation returned by CopyBackup.

Attributes

  • name (type: String.t, default: nil) - The name of the backup being created through the copy operation. Values are of the form projects//instances//clusters//backups/.
  • progress (type: GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t, default: nil) - The progress of the CopyBackup operation.
  • sourceBackupInfo (type: GoogleApi.BigtableAdmin.V2.Model.BackupInfo.t, default: nil) - Information about the source backup that is being copied from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CopyBackupMetadata{
  name: String.t() | nil,
  progress: GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t() | nil,
  sourceBackupInfo: GoogleApi.BigtableAdmin.V2.Model.BackupInfo.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.