GoogleApi.Spanner.V1.Model.OperationProgress (google_api_spanner v0.48.0)
View SourceEncapsulates progress related information for a Cloud Spanner 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.Spanner.V1.Model.OperationProgress{ endTime: DateTime.t() | nil, progressPercent: integer() | nil, startTime: DateTime.t() | nil }