class Google::Apis::VisionV1::ImportProductSetsRequest

Request message for the `ImportProductSets` method.

Attributes

input_config[RW]

The input content for the `ImportProductSets` method. Corresponds to the JSON property `inputConfig` @return [Google::Apis::VisionV1::ImportProductSetsInputConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 8720
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vision_v1/classes.rb, line 8725
def update!(**args)
  @input_config = args[:input_config] if args.key?(:input_config)
end