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

CustomDomain

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

Custom domain information.

interface CustomDomain {
domain?: string;
state?:
| "CUSTOM_DOMAIN_STATE_UNSPECIFIED"
| "UNVERIFIED"
| "VERIFIED"
| "MODIFYING"
| "AVAILABLE"
| "UNAVAILABLE"
| "UNKNOWN";
}

§Properties

§
domain?: string
[src]

Domain name.

§
state?: "CUSTOM_DOMAIN_STATE_UNSPECIFIED" | "UNVERIFIED" | "VERIFIED" | "MODIFYING" | "AVAILABLE" | "UNAVAILABLE" | "UNKNOWN"
[src]

Domain state.