View Source GoogleApi.BigtableAdmin.V2.Model.CreateBackupMetadata (google_api_bigtable_admin v0.22.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateBackupMetadata{ endTime: DateTime.t() | nil, name: String.t() | nil, sourceTable: String.t() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.