contacts property

List<String>? contacts
getter/setter pair

The list of names of the contacts to send a test message to.

Format: organizations/{organization_id}/contacts/{contact_id}, folders/{folder_id}/contacts/{contact_id} or projects/{project_id}/contacts/{contact_id}

Required.

Implementation

core.List<core.String>? contacts;