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

CreativeFieldValue

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

Contains properties of a creative field value.

interface CreativeFieldValue {
id?: bigint;
kind?: string;
value?: string;
}

§Properties

§
id?: bigint
[src]

ID of this creative field value. This is a read-only, auto-generated field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeFieldValue".

§
value?: string
[src]

Value of this creative field value. It needs to be less than 256 characters in length and unique per creative field.