GoogleApi.Spanner.V1.Model.RestoreInfo (google_api_spanner v0.23.0) View Source
Information 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.RestoreInfo{
backupInfo: GoogleApi.Spanner.V1.Model.BackupInfo.t(),
sourceType: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.