contacts property

List<ContactToCreate>? contacts
getter/setter pair

The contact to create.

Allows up to 200 contacts in a single request.

Required.

Implementation

core.List<ContactToCreate>? contacts;