Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Overview

The response message for the ImportProcessorVersion method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse

Returns a new instance of GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse.



11312
11313
11314
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 11312

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#processor_versionString

The destination processor version name. Corresponds to the JSON property processorVersion

Returns:

  • (String)


11310
11311
11312
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 11310

def processor_version
  @processor_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11317
11318
11319
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 11317

def update!(**args)
  @processor_version = args[:processor_version] if args.key?(:processor_version)
end