class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadata

Metadata of the import document operation.

Attributes

common_metadata[RW]

The common metadata for long running operations. Corresponds to the JSON property `commonMetadata` @return [Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1/classes.rb, line 385
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/documentai_v1/classes.rb, line 390
def update!(**args)
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
end