class Google::Apis::VisionV1::ProductSetPurgeConfig
Config to control which ProductSet
contains the Products to be deleted.
Attributes
product_set_id[RW]
The ProductSet
that contains the Products to delete. If a Product
is a member of product_set_id
in addition to other ProductSets, the Product
will still be deleted. Corresponds to the JSON property `productSetId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 9616 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 9621 def update!(**args) @product_set_id = args[:product_set_id] if args.key?(:product_set_id) end