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

Metadata for the google.longrunning.Operation returned by UpdateAuthorizedView.

Attributes

  • finishTime (type: DateTime.t, default: nil) - The time at which the operation failed or was completed successfully.
  • originalRequest (type: GoogleApi.BigtableAdmin.V2.Model.UpdateAuthorizedViewRequest.t, default: nil) - The request that prompted the initiation of this UpdateAuthorizedView operation.
  • requestTime (type: DateTime.t, default: nil) - The time at which the original request was received.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.UpdateAuthorizedViewMetadata{
  finishTime: DateTime.t() | nil,
  originalRequest:
    GoogleApi.BigtableAdmin.V2.Model.UpdateAuthorizedViewRequest.t() | nil,
  requestTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.