subscribedBuyers property

List<String>? subscribedBuyers
getter/setter pair

The list of buyers that are subscribed to the AuctionPackage.

This field is only populated when calling as a bidder. Format: buyers/{buyerAccountId}

Output only.

Implementation

core.List<core.String>? subscribedBuyers;