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

CustomValueField

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

Contains custom value field information.

interface CustomValueField {
fieldId?: number;
requestKey?: string;
}

§Properties

§
fieldId?: number
[src]

Optional. Field ID in the element.

§
requestKey?: string
[src]

Optional. Custom key used to match for auto filtering.