google_api_bigtable_admin v0.12.1 GoogleApi.BigtableAdmin.V2.Model.UpdateClusterMetadata View Source

The metadata for the Operation returned by UpdateCluster.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.UpdateClusterMetadata{
  finishTime: DateTime.t(),
  originalRequest: GoogleApi.BigtableAdmin.V2.Model.Cluster.t(),
  requestTime: DateTime.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.