View Source GoogleApi.BigtableAdmin.V2.Model.UndeleteTableMetadata (google_api_bigtable_admin v0.22.0)
Metadata type for the operation returned by google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable.
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 table being restored. -
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.UndeleteTableMetadata{ endTime: DateTime.t() | nil, name: String.t() | nil, startTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.