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

CreativeField

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

Contains properties of a creative field.

interface CreativeField {
accountId?: bigint;
advertiserId?: bigint;
advertiserIdDimensionValue?: DimensionValue;
id?: bigint;
kind?: string;
name?: string;
subaccountId?: bigint;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this creative field. This is a read-only field that can be left blank.

§
advertiserId?: bigint
[src]

Advertiser ID of this creative field. This is a required field on insertion.

§
advertiserIdDimensionValue?: DimensionValue
[src]

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

§
id?: bigint
[src]

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

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this creative field. This is a required field and must be less than 256 characters long and unique among creative fields of the same advertiser.

§
subaccountId?: bigint
[src]

Subaccount ID of this creative field. This is a read-only field that can be left blank.