Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
- 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
Response message for the FetchProcessorTypes method.
Instance Attribute Summary collapse
-
#processor_types ⇒ Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorType>
The list of processor types.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
constructor
A new instance of GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse
Returns a new instance of GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse.
7717 7718 7719 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7717 def initialize(**args) update!(**args) end |
Instance Attribute Details
#processor_types ⇒ Array<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessorType>
The list of processor types.
Corresponds to the JSON property processorTypes
7715 7716 7717 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7715 def processor_types @processor_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7722 7723 7724 |
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 7722 def update!(**args) @processor_types = args[:processor_types] if args.key?(:processor_types) end |