Show / Hide Table of Contents

Class GoogleCloudRetailV2ImportUserEventsRequest

Request message for the ImportUserEvents request.

Inheritance
System.Object
GoogleCloudRetailV2ImportUserEventsRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2ImportUserEventsRequest : IDirectResponseSchema

Properties

ErrorsConfig

The desired location of errors incurred during the Import. Cannot be set for inline user event imports.

Declaration
[JsonProperty("errorsConfig")]
public virtual GoogleCloudRetailV2ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2ImportErrorsConfig

ETag

The ETag of the item.

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

InputConfig

Required. The desired input location of the data.

Declaration
[JsonProperty("inputConfig")]
public virtual GoogleCloudRetailV2UserEventInputConfig InputConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2UserEventInputConfig

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top