google_api_health_care v0.20.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. -
cancelRequested(type:boolean(), default:nil) - Specifies if cancellation was requested for 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. -
logsUrl(type:String.t, default:nil) - A link to audit and error logs in the log viewer. Error logs are generated only by some operations, listed at Viewing logs.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.OperationMetadata{
apiMethodName: String.t(),
cancelRequested: boolean(),
counter: GoogleApi.HealthCare.V1beta1.Model.ProgressCounter.t(),
createTime: DateTime.t(),
endTime: DateTime.t(),
logsUrl: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.