Class GoogleCloudRetailV2alphaImportUserEventsRequest
Request message for the ImportUserEvents request.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaImportUserEventsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorsConfig
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Declaration
[JsonProperty("errorsConfig")]
public virtual GoogleCloudRetailV2alphaImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaImportErrorsConfig |
InputConfig
Required. The desired input location of the data.
Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudRetailV2alphaUserEventInputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaUserEventInputConfig |