Class: Google::Apis::VisionV1::ImportProductSetsRequest
- Inherits:
-
Object
- Object
- Google::Apis::VisionV1::ImportProductSetsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vision_v1/classes.rb,
generated/google/apis/vision_v1/representations.rb,
generated/google/apis/vision_v1/representations.rb
Overview
Request message for the ImportProductSets
method.
Instance Attribute Summary collapse
-
#input_config ⇒ Google::Apis::VisionV1::ImportProductSetsInputConfig
The input content for the
ImportProductSets
method.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportProductSetsRequest
constructor
A new instance of ImportProductSetsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportProductSetsRequest
Returns a new instance of ImportProductSetsRequest.
8714 8715 8716 |
# File 'generated/google/apis/vision_v1/classes.rb', line 8714 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_config ⇒ Google::Apis::VisionV1::ImportProductSetsInputConfig
The input content for the ImportProductSets
method.
Corresponds to the JSON property inputConfig
8712 8713 8714 |
# File 'generated/google/apis/vision_v1/classes.rb', line 8712 def input_config @input_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8719 8720 8721 |
# File 'generated/google/apis/vision_v1/classes.rb', line 8719 def update!(**args) @input_config = args[:input_config] if args.key?(:input_config) end |