Class: Google::Cloud::RecommendationEngine::V1beta1::ListUserEventsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb

Overview

Response message for ListUserEvents method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token.

Returns:

  • (::String)

    If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token.



184
185
186
187
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 184

class ListUserEventsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_events::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>

Returns The user events.

Returns:



184
185
186
187
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 184

class ListUserEventsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end