View Source GoogleApi.HealthCare.V1.Model.OperationMetadata (google_api_health_care v0.50.1)

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 error logs in Cloud Logging.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.