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.