Googly. DocumentAI. Model. GoogleCloudDocumentaiV1beta3CommonOperationMetadata
(googly_document_ai v0.1.0)
Copy Markdown
View Source
The common metadata for long running operations.
Attributes
-
create_time(type:DateTime.t()) - The creation time of the operation. -
resource(type:String.t()) - A related resource to this operation. -
state(type:String.t()) - The state of the operation. -
state_message(type:String.t()) - A message providing more details about the current state of processing. -
update_time(type:DateTime.t()) - The last update time of the operation.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3CommonOperationMetadata{ create_time: DateTime.t() | nil, resource: String.t() | nil, state: String.t() | nil, state_message: String.t() | nil, update_time: DateTime.t() | nil }