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

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 accountId?: string
[src]

Output only. Account ID of the media planner.

§
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.

§
readonly displayName?: string
[src]

Output only. The display name of the media planner. Can be used to filter the response of the mediaPlanners.list method.

§
name?: string
[src]

Identifier. The unique resource name of the media planner. Format: mediaPlanners/{mediaPlannerAccountId} Can be used to filter the response of the mediaPlanners.list method.