class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3EvaluateProcessorVersionMetadata

Metadata of the EvaluateProcessorVersion method.

Attributes

common_metadata[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 309
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_v1beta3/classes.rb, line 314
def update!(**args)
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
end