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

InspectUrlIndexRequest

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

Index inspection request.

interface InspectUrlIndexRequest {
inspectionUrl?: string;
languageCode?: string;
siteUrl?: string;
}

§Properties

§
inspectionUrl?: string
[src]

Required. URL to inspect. Must be under the property specified in "site_url".

§
languageCode?: string
[src]

Optional. An IETF BCP-47 language code representing the requested language for translated issue messages, e.g. "en-US", "or "de-CH". Default value is "en-US".

§
siteUrl?: string
[src]

Required. The URL of the property as defined in Search Console. Examples: http://www.example.com/ for a URL-prefix property, or sc-domain:example.com for a Domain property.