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

AccountsCreativesCreateOptions

import type { AccountsCreativesCreateOptions } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Additional options for AdExchangeBuyer2#accountsCreativesCreate.

interface AccountsCreativesCreateOptions {
duplicateIdMode?: "NO_DUPLICATES" | "FORCE_ENABLE_DUPLICATE_IDS";
}

§Properties

§
duplicateIdMode?: "NO_DUPLICATES" | "FORCE_ENABLE_DUPLICATE_IDS"
[src]

Indicates if multiple creatives can share an ID or not. Default is NO_DUPLICATES (one ID per creative).