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

AdvertiserGroup

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

Groups advertisers together so that reports can be generated for the entire group at once.

interface AdvertiserGroup {
accountId?: bigint;
id?: bigint;
kind?: string;
name?: string;
}

§Properties

§
accountId?: bigint
[src]

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

§
id?: bigint
[src]

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

§
kind?: string
[src]

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

§
name?: string
[src]

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