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

DynamicTargetingKeysDeleteOptions

import type { DynamicTargetingKeysDeleteOptions } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Additional options for dfareporting#dynamicTargetingKeysDelete.

interface DynamicTargetingKeysDeleteOptions {
name: string;
objectType:
| "OBJECT_ADVERTISER"
| "OBJECT_AD"
| "OBJECT_CREATIVE"
| "OBJECT_PLACEMENT";
}

§Properties

§
name: string
[src]

Required. Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase.

§
objectType: "OBJECT_ADVERTISER" | "OBJECT_AD" | "OBJECT_CREATIVE" | "OBJECT_PLACEMENT"
[src]

Required. Type of the object of this dynamic targeting key. This is a required field.