Google Cloud Vision v1 API - Class ProductSetPurgeConfig (3.5.0)

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.

Inheritance

object > ProductSetPurgeConfig

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ProductSetPurgeConfig()

public ProductSetPurgeConfig()

ProductSetPurgeConfig(ProductSetPurgeConfig)

public ProductSetPurgeConfig(ProductSetPurgeConfig other)
Parameter
NameDescription
otherProductSetPurgeConfig

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
TypeDescription
string