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

ListFirstPartyAndPartnerAudiencesResponse

import type { ListFirstPartyAndPartnerAudiencesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
interface ListFirstPartyAndPartnerAudiencesResponse {
firstPartyAndPartnerAudiences?: FirstPartyAndPartnerAudience[];
nextPageToken?: string;
}

§Properties

§
firstPartyAndPartnerAudiences?: FirstPartyAndPartnerAudience[]
[src]

The list of first party and partner 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 ListFirstPartyAndPartnerAudiences method to retrieve the next page of results.