public sealed class ListUserEventsResponse : IMessage<ListUserEventsResponse>, IEquatable<ListUserEventsResponse>, IDeepCloneable<ListUserEventsResponse>, IBufferMessage, IMessage, IPageResponse<UserEvent>, IEnumerable<UserEvent>, IEnumerable
Reference documentation and code samples for the Recommendations AI v1beta1 API class ListUserEventsResponse.
Response message for ListUserEvents method.
Implements
IMessageListUserEventsResponse, IEquatableListUserEventsResponse, IDeepCloneableListUserEventsResponse, IBufferMessage, IMessage, IPageResponseUserEvent, IEnumerableUserEvent, IEnumerableNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
ListUserEventsResponse()
public ListUserEventsResponse()
ListUserEventsResponse(ListUserEventsResponse)
public ListUserEventsResponse(ListUserEventsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListUserEventsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token.
Property Value | |
---|---|
Type | Description |
string |
UserEvents
public RepeatedField<UserEvent> UserEvents { get; }
The user events.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUserEvent |
Methods
GetEnumerator()
public IEnumerator<UserEvent> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorUserEvent |