GoogleApi.BigtableAdmin.V2.Model.PartialUpdateClusterMetadata (google_api_bigtable_admin v0.18.0) View Source
The metadata for the Operation returned by PartialUpdateCluster.
Attributes
-
finishTime(type:DateTime.t, default:nil) - The time at which the operation failed or was completed successfully. -
originalRequest(type:GoogleApi.BigtableAdmin.V2.Model.PartialUpdateClusterRequest.t, default:nil) - -
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.PartialUpdateClusterMetadata{
finishTime: DateTime.t() | nil,
originalRequest:
GoogleApi.BigtableAdmin.V2.Model.PartialUpdateClusterRequest.t() | nil,
requestTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.