Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaExportProductsRequest

Request message for ExportProducts method.

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

Properties

ETag

The ETag of the item.

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

Filter

Deprecated: This field is deprecated. Any filter provided will be ignored.

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

OutputConfig

Required. The output location of the data.

Declaration
[JsonProperty("outputConfig")]
public virtual GoogleCloudRetailV2alphaOutputConfig OutputConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaOutputConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX