BuyersClientsUsersResource 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
-
activate(ActivateClientUserRequest request, String name, {String? $fields})
→ Future<ClientUser>
-
Activates an existing client user.
-
create(ClientUser request, String parent, {String? $fields})
→ Future<ClientUser>
-
Creates a new client user in "INVITED" state.
-
deactivate(DeactivateClientUserRequest request, String name, {String? $fields})
→ Future<ClientUser>
-
Deactivates an existing client user.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes an existing client user.
-
get(String name, {String? $fields})
→ Future<ClientUser>
-
Retrieves an existing client user.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListClientUsersResponse>
-
Lists all client users for a specified client.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited