public sealed class ProductSetPurgeConfig : IMessage<ProductSetPurgeConfig>, IEquatable<ProductSetPurgeConfig>, IDeepCloneable<ProductSetPurgeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ProductSetPurgeConfig.
Config to control which ProductSet contains the Products to be deleted.
Implements
IMessageProductSetPurgeConfig, IEquatableProductSetPurgeConfig, IDeepCloneableProductSetPurgeConfig, 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 |