Show / Hide Table of Contents

Class PurgeProductsRequest

Request message for the PurgeProducts method.

Inheritance
object
PurgeProductsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class PurgeProductsRequest : IDirectResponseSchema

Properties

DeleteOrphanProducts

If delete_orphan_products is true, all Products that are not in any ProductSet will be deleted.

Declaration
[JsonProperty("deleteOrphanProducts")]
public virtual bool? DeleteOrphanProducts { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Force

The default value is false. Override this value to true to actually perform the purge.

Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type Description
bool?

ProductSetPurgeConfig

Specify which ProductSet contains the Products to be deleted.

Declaration
[JsonProperty("productSetPurgeConfig")]
public virtual ProductSetPurgeConfig ProductSetPurgeConfig { get; set; }
Property Value
Type Description
ProductSetPurgeConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX