GoogleApi.HealthCare.V1.Model.OperationMetadata (google_api_health_care v0.33.0) 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.V1.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.V1.Model.OperationMetadata{
apiMethodName: String.t() | nil,
cancelRequested: boolean() | nil,
counter: GoogleApi.HealthCare.V1.Model.ProgressCounter.t() | nil,
createTime: DateTime.t() | nil,
endTime: DateTime.t() | nil,
logsUrl: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.