BuyersClientsResource class

Constructors

BuyersClientsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users BuyersClientsUsersResource
no setter

Methods

activate(ActivateClientRequest request, String name, {String? $fields}) Future<Client>
Activates an existing client.
create(Client request, String parent, {String? $fields}) Future<Client>
Creates a new client.
deactivate(DeactivateClientRequest request, String name, {String? $fields}) Future<Client>
Deactivates an existing client.
get(String name, {String? $fields}) Future<Client>
Gets a client with a given resource name.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListClientsResponse>
Lists all the clients for the current buyer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Client request, String name, {String? updateMask, String? $fields}) Future<Client>
Updates an existing client.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited