Retail v2 API - Class UserEventInlineSource (2.8.0)

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

Reference documentation and code samples for the Retail v2 API class UserEventInlineSource.

The inline source for the input config for ImportUserEvents method.

Inheritance

object > UserEventInlineSource

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UserEventInlineSource()

public UserEventInlineSource()

UserEventInlineSource(UserEventInlineSource)

public UserEventInlineSource(UserEventInlineSource other)
Parameter
NameDescription
otherUserEventInlineSource

Properties

UserEvents

public RepeatedField<UserEvent> UserEvents { get; }

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

Property Value
TypeDescription
RepeatedFieldUserEvent