Class GoogleCloudRetailV2alphaExportProductsRequest
Request message for ExportProducts method.
Implements
Inherited Members
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 |