AccountsUserPermissionsResource class
Constructors
- AccountsUserPermissionsResource(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
Methods
-
create(
UserPermission request, String parent, {String? $fields}) → Future< UserPermission> - Creates a user's Account & Container access.
-
delete(
String path, {String? $fields}) → Future< void> - Removes a user from the account, revoking access to it and all of its containers.
-
get(
String path, {String? $fields}) → Future< UserPermission> - Gets a user's Account & Container access.
-
list(
String parent, {String? pageToken, String? $fields}) → Future< ListUserPermissionsResponse> - List all users that have access to the account along with Account and Container user access granted to each of them.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
UserPermission request, String path, {String? $fields}) → Future< UserPermission> - Updates a user's Account & Container access.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited