google_api_health_care v0.7.0 GoogleApi.HealthCare.V1beta1.Model.OperationMetadata View Source
OperationMetadata provides information about the operation execution. Returned in the long-running operation's metadata field.
Attributes
apiMethodName
(type:String.t
, default:nil
) - The name of the API method that initiated the operation.counter
(type:GoogleApi.HealthCare.V1beta1.Model.ProgressCounter.t
, default:nil
) -createTime
(type:DateTime.t
, default:nil
) - The time at which the operation was created by the API.endTime
(type:DateTime.t
, default:nil
) - The time at which execution was completed.
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.HealthCare.V1beta1.Model.OperationMetadata{ apiMethodName: String.t(), counter: GoogleApi.HealthCare.V1beta1.Model.ProgressCounter.t(), createTime: DateTime.t(), endTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.