google_api_bigtable_admin v0.9.0 GoogleApi.BigtableAdmin.V2.Model.RestoreInfo View Source

Information about a table restore.

Attributes

  • backupInfo (type: GoogleApi.BigtableAdmin.V2.Model.BackupInfo.t, default: nil) - Information about the backup used to restore the table. The backup may no longer exist.
  • sourceType (type: String.t, default: nil) - The type of the restore source.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.RestoreInfo{
  backupInfo: GoogleApi.BigtableAdmin.V2.Model.BackupInfo.t(),
  sourceType: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.