RoleAssignmentsResource 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
-
delete(String customer, String roleAssignmentId, {String? $fields})
→ Future<void>
-
Deletes a role assignment.
-
get(String customer, String roleAssignmentId, {String? $fields})
→ Future<RoleAssignment>
-
Retrieves a role assignment.
-
insert(RoleAssignment request, String customer, {String? $fields})
→ Future<RoleAssignment>
-
Creates a role assignment.
-
list(String customer, {bool? includeIndirectRoleAssignments, int? maxResults, String? pageToken, String? roleId, String? userKey, String? $fields})
→ Future<RoleAssignments>
-
Retrieves a paginated list of all roleAssignments.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited