Show / Hide Table of Contents

Class GoogleCloudRetailV2PurgeProductsResponse

Response of the PurgeProductsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.

Inheritance
object
GoogleCloudRetailV2PurgeProductsResponse
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.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2PurgeProductsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PurgeCount

The total count of products purged as a result of the operation.

Declaration
[JsonProperty("purgeCount")]
public virtual long? PurgeCount { get; set; }
Property Value
Type Description
long?

PurgeSample

A sample of the product names that will be deleted. Only populated if force is set to false. A max of 100 names will be returned and the names are chosen at random.

Declaration
[JsonProperty("purgeSample")]
public virtual IList<string> PurgeSample { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX