public sealed class ProductSetPurgeConfig : IMessage<ProductSetPurgeConfig>, IEquatable<ProductSetPurgeConfig>, IDeepCloneable<ProductSetPurgeConfig>, IBufferMessage, IMessageReference 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
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 |
|