contacts property

Map<String, Person>? contacts
getter/setter pair

A map of resource names to the person data to be updated.

Allows up to 200 contacts in a single request.

Required.

Implementation

core.Map<core.String, Person>? contacts;