BuyersAuctionPackagesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(String name, {String? $fields})
→ Future<AuctionPackage>
-
Gets an auction package given its name.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListAuctionPackagesResponse>
-
List the auction packages.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
subscribe(SubscribeAuctionPackageRequest request, String name, {String? $fields})
→ Future<AuctionPackage>
-
Subscribe to the auction package for the specified buyer.
-
subscribeClients(SubscribeClientsRequest request, String auctionPackage, {String? $fields})
→ Future<AuctionPackage>
-
Subscribe the specified clients of the buyer to the auction package.
-
toString()
→ String
-
A string representation of this object.
inherited
-
unsubscribe(UnsubscribeAuctionPackageRequest request, String name, {String? $fields})
→ Future<AuctionPackage>
-
Unsubscribe from the auction package for the specified buyer.
-
unsubscribeClients(UnsubscribeClientsRequest request, String auctionPackage, {String? $fields})
→ Future<AuctionPackage>
-
Unsubscribe from the auction package for the specified clients of the
buyer.