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

ListFirstAndThirdPartyAudiencesResponse

import type { ListFirstAndThirdPartyAudiencesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";
interface ListFirstAndThirdPartyAudiencesResponse {
firstAndThirdPartyAudiences?: FirstAndThirdPartyAudience[];
nextPageToken?: string;
}

§Properties

§
firstAndThirdPartyAudiences?: FirstAndThirdPartyAudience[]
[src]

The list of first and third party audiences. Audience size properties will not be included. This list will be absent if empty.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListFirstAndThirdPartyAudiences method to retrieve the next page of results.