phoneNumbers property

List<PhoneNumber>? phoneNumbers
getter/setter pair

The person's phone numbers.

For people.connections.list and otherContacts.list the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.

Implementation

core.List<PhoneNumber>? phoneNumbers;