Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PropertiesAudienceExportsListOptions

import type { PropertiesAudienceExportsListOptions } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

Additional options for AnalyticsData#propertiesAudienceExportsList.

interface PropertiesAudienceExportsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

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

§
pageToken?: string
[src]

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.