GoogleApi.BigtableAdmin.V2.Model.CreateBackupMetadata (google_api_bigtable_admin v0.18.0) View Source
Metadata type for the operation returned by CreateBackup.
Attributes
-
endTime(type:DateTime.t, default:nil) - If set, the time at which this operation finished or was cancelled. -
name(type:String.t, default:nil) - The name of the backup being created. -
sourceTable(type:String.t, default:nil) - The name of the table the backup is created from. -
startTime(type:DateTime.t, default:nil) - The time at which this operation started.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateBackupMetadata{
endTime: DateTime.t() | nil,
name: String.t() | nil,
sourceTable: String.t() | nil,
startTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.