google_api_spanner v0.20.0 GoogleApi.Spanner.V1.Model.OperationProgress View Source
Encapsulates 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Spanner.V1.Model.OperationProgress{ endTime: DateTime.t(), progressPercent: integer(), startTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.