Site
import type { Site } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A single site. Sites are apps or websites belonging to a channel.
interface Site {
readonly name?: string;
urlOrAppId?: string;
}import type { Site } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A single site. Sites are apps or websites belonging to a channel.