View Source GoogleApi.BigtableAdmin.V2.Model.RestoreInfo (google_api_bigtable_admin v0.22.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.RestoreInfo{ backupInfo: GoogleApi.BigtableAdmin.V2.Model.BackupInfo.t() | nil, sourceType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.