Class: Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EnableProcessorResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1EnableProcessorResponse
- 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
Overview
Response message for the enable processor method. Intentionally empty proto for adding fields in future.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1EnableProcessorResponse
constructor
A new instance of GoogleCloudDocumentaiV1EnableProcessorResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1EnableProcessorResponse
Returns a new instance of GoogleCloudDocumentaiV1EnableProcessorResponse.
3226 3227 3228 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 3226 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3231 3232 |
# File 'lib/google/apis/documentai_v1/classes.rb', line 3231 def update!(**args) end |