clients property

List<String>? clients
getter/setter pair

A list of client buyers to subscribe to the auction package, with client buyer in the format buyers/{accountId}/clients/{clientAccountId}.

The current buyer will be subscribed to the auction package regardless of the list contents if not already.

Optional.

Implementation

core.List<core.String>? clients;