subscribedClients property

List<String>? subscribedClients
getter/setter pair

The list of clients of the current buyer that are subscribed to the AuctionPackage.

Format: buyers/{buyerAccountId}/clients/{clientAccountId}

Output only.

Implementation

core.List<core.String>? subscribedClients;