Class: Google::Apis::VisionV1::ImportProductSetsRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ImportProductSetsRequest

Returns a new instance of ImportProductSetsRequest.



9230
9231
9232
# File 'generated/google/apis/vision_v1/classes.rb', line 9230

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

Instance Attribute Details

#input_configGoogle::Apis::VisionV1::ImportProductSetsInputConfig

The input content for the ImportProductSets method. Corresponds to the JSON property inputConfig



9228
9229
9230
# File 'generated/google/apis/vision_v1/classes.rb', line 9228

def input_config
  @input_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9235
9236
9237
# File 'generated/google/apis/vision_v1/classes.rb', line 9235

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