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/adsenseplatform:v1.ts";

Representation of a Site.

interface Site {
domain?: string;
readonly name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "REQUIRES_REVIEW"
| "GETTING_READY"
| "READY"
| "NEEDS_ATTENTION";
}

§Properties

§
domain?: string
[src]

Domain/sub-domain of the site. Must be a valid domain complying with RFC 1035 and formatted as punycode RFC 3492 in case the domain contains unicode characters.

§
readonly name?: string
[src]

Output only. Resource name of a site. Format: platforms/{platform}/accounts/{account}/sites/{site}

§
readonly state?: "STATE_UNSPECIFIED" | "REQUIRES_REVIEW" | "GETTING_READY" | "READY" | "NEEDS_ATTENTION"
[src]

Output only. State of a site.