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

ConversionList

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

A list of conversions.

interface ConversionList {
conversion?: Conversion[];
kind?: string;
}

§Properties

§
conversion?: Conversion[]
[src]

The conversions being requested.

§
kind?: string
[src]

Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.