Class UserEventInlineSource
The inline source for the input config for ImportUserEvents method.
Inheritance
System.Object
UserEventInlineSource
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class UserEventInlineSource : IMessage<UserEventInlineSource>, IEquatable<UserEventInlineSource>, IDeepCloneable<UserEventInlineSource>, IBufferMessage, IMessage
Constructors
UserEventInlineSource()
Declaration
public UserEventInlineSource()
UserEventInlineSource(UserEventInlineSource)
Declaration
public UserEventInlineSource(UserEventInlineSource other)
Parameters
Type | Name | Description |
---|---|---|
UserEventInlineSource | other |
Properties
UserEvents
Required. A list of user events to import. Recommended max of 10k items.
Declaration
public RepeatedField<UserEvent> UserEvents { get; }
Property Value
Type | Description |
---|---|
RepeatedField<UserEvent> |