Reference documentation and code samples for the Google Analytics Data V1beta Client class ListAudienceExportsRequest.
A request to list all audience exports for a property.
Generated from protobuf message google.analytics.data.v1beta.ListAudienceExportsRequest
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. All audience exports for this property will be listed in the response. Format: properties/{property}
↳ page_size
int
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).
↳ page_token
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.
getParent
Required. All audience exports for this property will be listed in the
response. Format: properties/{property}
string
setParent
Required. All audience exports for this property will be listed in the
response. Format: properties/{property}
var
string
$this
getPageSize
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).
int
setPageSize
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).
var
int
$this
getPageToken
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.
string
setPageToken
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.
var
string
$this
static::build
parent
string
Required. All audience exports for this property will be listed in the
response. Format: properties/{property}
Please see Google\Analytics\Data\V1beta\BetaAnalyticsDataClient::propertyName()
for help formatting this field.