subscribedClients property

List<String>? subscribedClients
getter/setter pair

When calling as a buyer, the list of clients of the current buyer that are subscribed to the AuctionPackage.

When calling as a bidder, the list of clients that are subscribed to the AuctionPackage owned by the bidder or its buyers. Format: buyers/{buyerAccountId}/clients/{clientAccountId}

Output only.

Implementation

core.List<core.String>? subscribedClients;