Googly. CloudVision. Model. ProductSetPurgeConfig
(googly_cloud_vision v0.1.0)
Copy Markdown
View Source
Config to control which ProductSet contains the Products to be deleted.
Attributes
-
product_set_id(type:String.t()) - 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.
Summary
Types
@type t() :: %Googly.CloudVision.Model.ProductSetPurgeConfig{ product_set_id: String.t() | nil }