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

ListAudienceExportsResponse

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

A list of all audience exports for a property.

interface ListAudienceExportsResponse {
audienceExports?: AudienceExport[];
nextPageToken?: string;
}

§Properties

§
audienceExports?: AudienceExport[]
[src]

Each audience export for a property.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.