class Google::Apis::VisionV1::ImportProductSetsInputConfig
The input content for the `ImportProductSets` method.
Attributes
gcs_source[RW]
The Google
Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line. Corresponds to the JSON property `gcsSource` @return [Google::Apis::VisionV1::ImportProductSetsGcsSource]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 8701 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 8706 def update!(**args) @gcs_source = args[:gcs_source] if args.key?(:gcs_source) end