Class: Google::Analytics::Data::V1beta::QueryAudienceExportResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::QueryAudienceExportResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
A list of users in an audience export.
Instance Attribute Summary collapse
-
#audience_export ⇒ ::Google::Analytics::Data::V1beta::AudienceExport
Configuration data about AudienceExport being queried.
-
#audience_rows ⇒ ::Array<::Google::Analytics::Data::V1beta::AudienceRow>
Rows for each user in an audience export.
-
#row_count ⇒ ::Integer
The total number of rows in the AudienceExport result.
Instance Attribute Details
#audience_export ⇒ ::Google::Analytics::Data::V1beta::AudienceExport
770 771 772 773 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 770 class QueryAudienceExportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#audience_rows ⇒ ::Array<::Google::Analytics::Data::V1beta::AudienceRow>
770 771 772 773 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 770 class QueryAudienceExportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_count ⇒ ::Integer
770 771 772 773 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 770 class QueryAudienceExportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |