Class: Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta2::GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/documentai_v1beta2/classes.rb,
lib/google/apis/documentai_v1beta2/representations.rb,
lib/google/apis/documentai_v1beta2/representations.rb
Overview
The response message for the ImportProcessorVersion method.
Instance Attribute Summary collapse
-
#processor_version ⇒ String
The destination processor version name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
constructor
A new instance of GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse
Returns a new instance of GoogleCloudDocumentaiV1beta3ImportProcessorVersionResponse.
8168 8169 8170 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 8168 def initialize(**args) update!(**args) end |
Instance Attribute Details
#processor_version ⇒ String
The destination processor version name.
Corresponds to the JSON property processorVersion
8166 8167 8168 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 8166 def processor_version @processor_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8173 8174 8175 |
# File 'lib/google/apis/documentai_v1beta2/classes.rb', line 8173 def update!(**args) @processor_version = args[:processor_version] if args.key?(:processor_version) end |