google_api_spanner v0.21.4 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 of source_database at the timestamp specified by create_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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.