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

SavedColumn

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

A saved column

interface SavedColumn {
kind?: string;
savedColumnName?: string;
type?: string;
}

§Properties

§
kind?: string
[src]

Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.

§
savedColumnName?: string
[src]

The name of the saved column.

§
type?: string
[src]

The type of data this saved column will produce.