Class GoogleCloudRetailV2betaExportUserEventsRequest
Request message for the ExportUserEvents method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaExportUserEventsRequest : 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 GoogleCloudRetailV2betaOutputConfig OutputConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudRetailV2betaOutputConfig |