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

ImportDomainRequest

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

Deprecated: For more information, see Cloud Domains feature deprecation. Request for the ImportDomain method.

interface ImportDomainRequest {
domainName?: string;
labels?: {
[key: string]: string;
}
;
}

§Properties

§
domainName?: string
[src]

Required. The domain name. Unicode domain names must be expressed in Punycode format.

§
labels?: {
[key: string]: string;
}
[src]

Set of labels associated with the Registration.