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

PhoneNumbers

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

A collection of phone numbers for the business. During updates, both fields must be set. Clients may not update just the primary or additional phone numbers using the update mask. International phone format is preferred, such as "+1 415 555 0132", see more in (https://developers.google.com/style/phone-numbers#international-phone-numbers).

interface PhoneNumbers {
additionalPhones?: string[];
primaryPhone?: string;
}

§Properties

§
additionalPhones?: string[]
[src]

Optional. Up to two phone numbers (mobile or landline, no fax) at which your business can be called, in addition to your primary phone number.

§
primaryPhone?: string
[src]

Required. A phone number that connects to your individual business location as directly as possible. Use a local phone number instead of a central, call center helpline number whenever possible.