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

WmxSite

import type { WmxSite } from "https://googleapis.deno.dev/v1/searchconsole:v1.ts";

Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.

interface WmxSite {
permissionLevel?:
| "SITE_PERMISSION_LEVEL_UNSPECIFIED"
| "SITE_OWNER"
| "SITE_FULL_USER"
| "SITE_RESTRICTED_USER"
| "SITE_UNVERIFIED_USER";
siteUrl?: string;
}

§Properties

§
permissionLevel?: "SITE_PERMISSION_LEVEL_UNSPECIFIED" | "SITE_OWNER" | "SITE_FULL_USER" | "SITE_RESTRICTED_USER" | "SITE_UNVERIFIED_USER"
[src]

The user's permission level for the site.

§
siteUrl?: string
[src]

The URL of the site.