Show / Hide Table of Contents

Class GoogleCloudRecommendationengineV1beta1UserEventInlineSource

The inline source for the input config for ImportUserEvents method.

Inheritance
object
GoogleCloudRecommendationengineV1beta1UserEventInlineSource
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.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1UserEventInlineSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

UserEvents

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

Declaration
[JsonProperty("userEvents")]
public virtual IList<GoogleCloudRecommendationengineV1beta1UserEvent> UserEvents { get; set; }
Property Value
Type Description
IList<GoogleCloudRecommendationengineV1beta1UserEvent>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX