Class UserEventInlineSource (1.0.0)

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

The inline source for the input config for ImportUserEvents method.

Inheritance

System.Object > UserEventInlineSource

Implements

Google.Protobuf.IMessage<UserEventInlineSource>, System.IEquatable<UserEventInlineSource>, Google.Protobuf.IDeepCloneable<UserEventInlineSource>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Google.Protobuf.Collections.RepeatedField<UserEvent>