Class UserEventInlineSource (1.0.0-beta03)

public sealed class UserEventInlineSource : IMessage<UserEventInlineSource>, IEquatable<UserEventInlineSource>, IDeepCloneable<UserEventInlineSource>, IBufferMessage, IMessage

The inline source for the input config for ImportUserEvents method.

Inheritance

Object > UserEventInlineSource

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

UserEventInlineSource()

public UserEventInlineSource()

UserEventInlineSource(UserEventInlineSource)

public UserEventInlineSource(UserEventInlineSource other)
Parameter
NameDescription
otherUserEventInlineSource

Properties

UserEvents

public RepeatedField<UserEvent> UserEvents { get; }

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

Property Value
TypeDescription
RepeatedField<UserEvent>