GoogleApi.BigtableAdmin.V2.Model.CreateLogicalViewMetadata (google_api_bigtable_admin v0.31.0)

View Source

The metadata for the Operation returned by CreateLogicalView.

Attributes

  • endTime (type: DateTime.t, default: nil) - If set, the time at which this operation finished or was canceled.
  • originalRequest (type: GoogleApi.BigtableAdmin.V2.Model.CreateLogicalViewRequest.t, default: nil) - The request that prompted the initiation of this CreateLogicalView operation.
  • 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

t()

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateLogicalViewMetadata{
  endTime: DateTime.t() | nil,
  originalRequest:
    GoogleApi.BigtableAdmin.V2.Model.CreateLogicalViewRequest.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.