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/displayvideo:v3.ts";

A single site. Sites are apps or websites belonging to a channel.

interface Site {
readonly name?: string;
urlOrAppId?: string;
}

§Properties

§
readonly name?: string
[src]

Output only. The resource name of the site.

§
urlOrAppId?: string
[src]

Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.