emails property

List<String>? emails
getter/setter pair

A comma-separated list of the emails of the accounts to add to the hold.

Specify either emails or account_ids, but not both.

Implementation

core.List<core.String>? emails;