AccountsClientsUsersResource 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 accountId, String clientAccountId, String userId, {String? $fields})
→ Future<ClientUser>
-
Retrieves an existing client user.
-
list(String accountId, String clientAccountId, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListClientUsersResponse>
-
Lists all the known client users for a specified sponsor buyer account ID.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(ClientUser request, String accountId, String clientAccountId, String userId, {String? $fields})
→ Future<ClientUser>
-
Updates an existing client user.