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

SavedColumnList

import type { SavedColumnList } from "https://googleapis.deno.dev/v1/doubleclicksearch:v2.ts";

A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you'll need the saved column names that are available from this list.

interface SavedColumnList {
items?: SavedColumn[];
kind?: string;
}

§Properties

§

The saved columns being requested.

§
kind?: string
[src]

Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.