public sealed class ProductSetPurgeConfig : IMessage<ProductSetPurgeConfig>, IEquatable<ProductSetPurgeConfig>, IDeepCloneable<ProductSetPurgeConfig>, IBufferMessage, IMessage
Config to control which ProductSet contains the Products to be deleted.
Implements
IMessage<ProductSetPurgeConfig>, IEquatable<ProductSetPurgeConfig>, IDeepCloneable<ProductSetPurgeConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ProductSetPurgeConfig()
public ProductSetPurgeConfig()
ProductSetPurgeConfig(ProductSetPurgeConfig)
public ProductSetPurgeConfig(ProductSetPurgeConfig other)
Parameter | |
---|---|
Name | Description |
other | ProductSetPurgeConfig |
Properties
ProductSetId
public string ProductSetId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |