Class: Google::Analytics::Admin::V1alpha::ListExpandedDataSetsResponse

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 ListExpandedDataSets RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#expanded_data_sets::Array<::Google::Analytics::Admin::V1alpha::ExpandedDataSet>

Returns List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

Returns:



1986
1987
1988
1989
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1986

class ListExpandedDataSetsResponse
  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.



1986
1987
1988
1989
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1986

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