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

CampaignCreativeAssociation

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

Identifies a creative which has been associated with a given campaign.

interface CampaignCreativeAssociation {
creativeId?: bigint;
kind?: string;
}

§Properties

§
creativeId?: bigint
[src]

ID of the creative associated with the campaign. This is a required field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#campaignCreativeAssociation".