GoogleApi.BigtableAdmin.V2.Model.RestoreInfo (google_api_bigtable_admin v0.18.0) 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() | nil,
sourceType: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.