google_api_spanner v0.20.0 GoogleApi.Spanner.V1.Model.BackupInfo 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_database
at 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Spanner.V1.Model.BackupInfo{ backup: String.t(), createTime: DateTime.t(), sourceDatabase: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.