Class: Google::Analytics::Data::V1beta::QueryAudienceExportRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::QueryAudienceExportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
A request to list users in an audience export.
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Optional.
-
#name ⇒ ::String
Required.
-
#offset ⇒ ::Integer
Optional.
Instance Attribute Details
#limit ⇒ ::Integer
745 746 747 748 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 745 class QueryAudienceExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
745 746 747 748 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 745 class QueryAudienceExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offset ⇒ ::Integer
745 746 747 748 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 745 class QueryAudienceExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |