google_api_bigtable_admin v0.8.0 GoogleApi.BigtableAdmin.V2.Model.CreateBackupMetadata 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(),
name: String.t(),
sourceTable: String.t(),
startTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.