BuyersResource class
Methods
-
get(String name, {String? $fields})
→ Future<Buyer>
-
Gets a buyer account by its name.
-
This has been sunset as of October 2023, and will return an error response
if called.
-
list({int? pageSize, String? pageToken, String? $fields})
→ Future<ListBuyersResponse>
-
Lists all buyer account information the calling buyer user or service
account is permissioned to manage.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited