Class: Google::Analytics::Data::V1beta::ListAudienceExportsRequest

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 request to list all audience exports for a property.

Instance Attribute Summary collapse

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).

Returns:

  • (::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).



590
591
592
593
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 590

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.

Returns:

  • (::String)

    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.



590
591
592
593
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 590

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}.

Returns:

  • (::String)

    Required. All audience exports for this property will be listed in the response. Format: properties/{property}



590
591
592
593
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 590

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