RolesResource class

Constructors

RolesResource(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

delete(String customer, String roleId, {String? $fields}) Future<void>
Deletes a role.
get(String customer, String roleId, {String? $fields}) Future<Role>
Retrieves a role.
insert(Role request, String customer, {String? $fields}) Future<Role>
Creates a role.
list(String customer, {int? maxResults, String? pageToken, String? $fields}) Future<Roles>
Retrieves a paginated list of all the roles in a domain.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Role request, String customer, String roleId, {String? $fields}) Future<Role>
Patches a role.
toString() String
A string representation of this object.
inherited
update(Role request, String customer, String roleId, {String? $fields}) Future<Role>
Updates a role.

Operators

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