Class: Google::Analytics::Admin::V1alpha::ListConversionEventsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Response message for ListConversionEvents RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_events::Array<::Google::Analytics::Admin::V1alpha::ConversionEvent>

Returns The requested conversion events.

Returns:



908
909
910
911
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 908

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



908
909
910
911
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 908

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