Class GoogleCloudRetailV2alphaUserEventInlineSource
The inline source for the input config for ImportUserEvents method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaUserEventInlineSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEvents
Required. A list of user events to import. Recommended max of 10k items.
Declaration
[JsonProperty("userEvents")]
public virtual IList<GoogleCloudRetailV2alphaUserEvent> UserEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2alphaUserEvent> |