Domain
import type { Domain } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";Information about a domain registered by the user.
interface Domain {
readonly createTime?: Date;
lastVerifyTime?: Date;
name?: string;
readonly permission?:
| "PERMISSION_UNSPECIFIED"
| "READER"
| "OWNER"
| "NONE";
readonly verificationState?: "VERIFICATION_STATE_UNSPECIFIED" | "UNVERIFIED" | "VERIFIED";
}§Properties
§
name?: string
[src]Identifier. The resource name of the domain. Format:
domains/{domain_name}, where domain_name is the fully qualified domain
name (i.e., mymail.mydomain.com).