GoogleApi.BigtableAdmin.V2.Model.OperationProgress (google_api_bigtable_admin v0.31.0)
View SourceEncapsulates progress related information for a Cloud Bigtable long running operation.
Attributes
-
endTime(type:DateTime.t, default:nil) - If set, the time at which this operation failed or was completed successfully. -
progressPercent(type:integer(), default:nil) - Percent completion of the operation. Values are between 0 and 100 inclusive. -
startTime(type:DateTime.t, default:nil) - Time the request was received.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.OperationProgress{ endTime: DateTime.t() | nil, progressPercent: integer() | nil, startTime: DateTime.t() | nil }