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

DependentFieldValue

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

Contains dependent field value information.

interface DependentFieldValue {
elementId?: bigint;
fieldId?: number;
}

§Properties

§
elementId?: bigint
[src]

Optional. The ID of the element that value's field will match against.

§
fieldId?: number
[src]

Optional. The field id of the dependent field.