otherContacts property

List<Person>? otherContacts
getter/setter pair

The list of "Other contacts" returned as Person resources.

"Other contacts" support a limited subset of fields. See ListOtherContactsRequest.request_mask for more detailed information.

Implementation

core.List<Person>? otherContacts;