Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse

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

Overview

The response message for the ImportProcessorVersion method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse

Returns a new instance of GoogleCloudDocumentaiUiv1beta3ImportProcessorVersionResponse.

[View source]

965
966
967
# File 'lib/google/apis/documentai_v1/classes.rb', line 965

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

Instance Attribute Details

#processor_versionString

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

Returns:

  • (String)

963
964
965
# File 'lib/google/apis/documentai_v1/classes.rb', line 963

def processor_version
  @processor_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

970
971
972
# File 'lib/google/apis/documentai_v1/classes.rb', line 970

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