AccountsClientsResource class

Constructors

AccountsClientsResource(ApiRequester client)

Properties

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

Methods

create(Client request, String accountId, {String? $fields}) Future<Client>
Creates a new client buyer.
get(String accountId, String clientAccountId, {String? $fields}) Future<Client>
Gets a client buyer with a given client account ID.
list(String accountId, {int? pageSize, String? pageToken, String? partnerClientId, String? $fields}) Future<ListClientsResponse>
Lists all the clients for the current sponsor buyer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Client request, String accountId, String clientAccountId, {String? $fields}) Future<Client>
Updates an existing client buyer.

Operators

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