MediaPlanner
import type { MediaPlanner } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";Represents a media planner account.
interface MediaPlanner {
readonly accountId?: string;
readonly ancestorNames?: string[];
readonly displayName?: string;
name?: string;
}§Properties
§
readonly ancestorNames?: string[]
[src]Output only. The ancestor names of the media planner. Format:
mediaPlanners/{mediaPlannerAccountId} Can be used to filter the response
of the mediaPlanners.list method.