GoogleApi.Spanner.V1.Model.RestoreInfo (google_api_spanner v0.48.0)
View SourceInformation about the database restore.
Attributes
-
backupInfo
(type:GoogleApi.Spanner.V1.Model.BackupInfo.t
, default:nil
) - Information about the backup used to restore the database. 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.Spanner.V1.Model.RestoreInfo{ backupInfo: GoogleApi.Spanner.V1.Model.BackupInfo.t() | nil, sourceType: String.t() | nil }