Class: Google::Analytics::Data::V1beta::ListAudienceExportsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::ListAudienceExportsRequest
- 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 all audience exports for a property.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Optional. The maximum number of audience exports to return. The service may return fewer than this value. If unspecified, at most 200 audience exports will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).
603 604 605 606 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 603 class ListAudienceExportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListAudienceExports
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAudienceExports
must match the call that provided the page token.
603 604 605 606 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 603 class ListAudienceExportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. All audience exports for this property will be listed in the
response. Format: properties/{property}
.
603 604 605 606 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 603 class ListAudienceExportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |