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

Domain

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

A domain that the calling user manages in Google Domains.

interface Domain {
domainName?: string;
resourceState?:
| "RESOURCE_STATE_UNSPECIFIED"
| "IMPORTABLE"
| "UNSUPPORTED"
| "SUSPENDED"
| "EXPIRED"
| "DELETED";
yearlyPrice?: Money;
}

§Properties

§
domainName?: string
[src]

The domain name. Unicode domain names are expressed in Punycode format.

§
resourceState?: "RESOURCE_STATE_UNSPECIFIED" | "IMPORTABLE" | "UNSUPPORTED" | "SUSPENDED" | "EXPIRED" | "DELETED"
[src]

The state of this domain as a Registration resource.

§
yearlyPrice?: Money
[src]

Price to renew the domain for one year. Only set when resource_state is IMPORTABLE.