Show / Hide Table of Contents

Class GoogleCloudRetailV2betaImportUserEventsRequest

Request message for the ImportUserEvents request.

Inheritance
object
GoogleCloudRetailV2betaImportUserEventsRequest
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.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaImportUserEventsRequest : 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 GoogleCloudRetailV2betaImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type Description
GoogleCloudRetailV2betaImportErrorsConfig

InputConfig

Required. The desired input location of the data.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX