Class: Google::Analytics::Data::V1beta::ListAudienceExportsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1beta/analytics_data_api.rb

Overview

A list of all audience exports for a property.

Instance Attribute Summary collapse

Instance Attribute Details

#audience_exports::Array<::Google::Analytics::Data::V1beta::AudienceExport>

Returns Each audience export for a property.

Returns:



603
604
605
606
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 603

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



603
604
605
606
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 603

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