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

CreativeDealAssociation

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

The association between a creative and a deal.

interface CreativeDealAssociation {
accountId?: string;
creativeId?: string;
dealsId?: string;
}

§Properties

§
accountId?: string
[src]

The account the creative belongs to.

§
creativeId?: string
[src]

The ID of the creative associated with the deal.

§
dealsId?: string
[src]

The externalDealId for the deal associated with the creative.