View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata (google_api_document_ai v0.38.0)

The common metadata for long running operations.

Attributes

  • createTime (type: DateTime.t, default: nil) - The creation time of the operation.
  • resource (type: String.t, default: nil) - A related resource to this operation.
  • state (type: String.t, default: nil) - The state of the operation.
  • stateMessage (type: String.t, default: nil) - A message providing more details about the current state of processing.
  • updateTime (type: DateTime.t, default: nil) - The last update time of the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata{
    createTime: DateTime.t() | nil,
    resource: String.t() | nil,
    state: String.t() | nil,
    stateMessage: String.t() | nil,
    updateTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.