View Source GoogleApi.BigtableAdmin.V2.Model.UpdateTableMetadata (google_api_bigtable_admin v0.22.0)

Metadata type for the operation returned by UpdateTable.

Attributes

  • endTime (type: DateTime.t, default: nil) - If set, the time at which this operation finished or was canceled.
  • name (type: String.t, default: nil) - The name of the table being updated.
  • 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.UpdateTableMetadata{
  endTime: DateTime.t() | nil,
  name: String.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.