clients property

List<String>? clients
getter/setter pair

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

Optional.

Implementation

core.List<core.String>? clients;