accountIds property

List<String>? accountIds
getter/setter pair

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

Specify either emails or account_ids, but not both.

Implementation

core.List<core.String>? accountIds;