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

SiteVerificationWebResourceResource

import type { SiteVerificationWebResourceResource } from "https://googleapis.deno.dev/v1/siteVerification:v1.ts";
interface SiteVerificationWebResourceResource {
id?: string;
owners?: string[];
site?: {
identifier?: string;
type?: string;
}
;
}

§Properties

§
id?: string
[src]

The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.

§
owners?: string[]
[src]

The email addresses of all verified owners.

§
site?: {
identifier?: string;
type?: string;
}
[src]

The address and type of a site that is verified or will be verified.