Show / Hide Table of Contents

Class GoogleCloudRetailV2UserEventInlineSource

The inline source for the input config for ImportUserEvents method.

Inheritance
System.Object
GoogleCloudRetailV2UserEventInlineSource
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 GoogleCloudRetailV2UserEventInlineSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

UserEvents

Required. A list of user events to import. Recommended max of 10k items.

Declaration
[JsonProperty("userEvents")]
public virtual IList<GoogleCloudRetailV2UserEvent> UserEvents { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<GoogleCloudRetailV2UserEvent>

Implements

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