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

Site

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

Contains properties of a site.

interface Site {
accountId?: bigint;
approved?: boolean;
directorySiteId?: bigint;
directorySiteIdDimensionValue?: DimensionValue;
id?: bigint;
idDimensionValue?: DimensionValue;
keyName?: string;
kind?: string;
name?: string;
siteContacts?: SiteContact[];
siteSettings?: SiteSettings;
subaccountId?: bigint;
videoSettings?: SiteVideoSettings;
}

§Properties

§
accountId?: bigint
[src]

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

§
approved?: boolean
[src]

Whether this site is approved.

§
directorySiteId?: bigint
[src]

Directory site associated with this site. This is a required field that is read-only after insertion.

§
directorySiteIdDimensionValue?: DimensionValue
[src]

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

§
id?: bigint
[src]

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

§
idDimensionValue?: DimensionValue
[src]

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

§
keyName?: string
[src]

Key name of this site. This is a read-only, auto-generated field.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this site.This is a required field. Must be less than 128 characters long. If this site is under a subaccount, the name must be unique among sites of the same subaccount. Otherwise, this site is a top-level site, and the name must be unique among top-level sites of the same account.

§
siteContacts?: SiteContact[]
[src]

Site contacts.

§
siteSettings?: SiteSettings
[src]

Site-wide settings.

§
subaccountId?: bigint
[src]

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

§
videoSettings?: SiteVideoSettings
[src]

Default video settings for new placements created under this site. This value will be used to populate the placements.videoSettings field, when no value is specified for the new placement.