class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
Metadata message associated with the ExportProcessorVersion 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 347 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 352 def update!(**args) @common_metadata = args[:common_metadata] if args.key?(:common_metadata) end