GoogleApi.Spanner.V1.Model.BackupInfo (google_api_spanner v0.23.0) View Source
Information about a backup.
Attributes
-
backup(type:String.t, default:nil) - Name of the backup. -
createTime(type:DateTime.t, default:nil) - The backup contains an externally consistent copy ofsource_databaseat the timestamp specified bycreate_time. -
sourceDatabase(type:String.t, default:nil) - Name of the database the backup was created from.
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.BackupInfo{
backup: String.t(),
createTime: DateTime.t(),
sourceDatabase: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.