Class: Google::Analytics::Data::V1beta::ListAudienceExportsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::ListAudienceExportsResponse
- 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
-
#audience_exports ⇒ ::Array<::Google::Analytics::Data::V1beta::AudienceExport>
Each audience export for a property.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#audience_exports ⇒ ::Array<::Google::Analytics::Data::V1beta::AudienceExport>
Returns Each audience export for a property.
616 617 618 619 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 616 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.
616 617 618 619 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 616 class ListAudienceExportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |