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

OrganizationInfo

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

Additional information stored for an organization.

interface OrganizationInfo {
readonly address?: PostalAddress;
readonly phoneNumber?: string;
readonly registeredDomain?: string;
}

§Properties

§
readonly address?: PostalAddress
[src]

Output only. The postal address for the account.

§
readonly phoneNumber?: string
[src]

Output only. The contact number for the organization.

§
readonly registeredDomain?: string
[src]

Output only. The registered domain for the account.