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

TvCampaignDetail

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

TvCampaignDetail contains data from a TV campaign for specific start dates and date windows.

interface TvCampaignDetail {
id?: string;
kind?: string;
timepoints?: TvCampaignTimepoint[];
}

§Properties

§
id?: string
[src]

ID of this TV campaign.

§
kind?: string
[src]

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

§

The timepoints of the TV campaign.