contacts property

List<String>? contacts
getter/setter pair

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

Format: organizations/{organization}/contacts/{contact}, folders/{folder}/contacts/{contact} or projects/{project}/contacts/{contact} (where {project} is the project number)

Required.

Implementation

core.List<core.String>? contacts;