UserRolePermission class
Contains properties of a user role permission.
Constructors
- UserRolePermission({String? availability, String? id, String? kind, String? name, String? permissionGroupId})
- UserRolePermission.fromJson(Map json_)
Properties
- availability ↔ String?
-
Levels of availability for a user role permission.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of this user role permission.
getter/setter pair
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- name ↔ String?
-
Name of this user role permission.
getter/setter pair
- permissionGroupId ↔ String?
-
ID of the permission group that this user role permission belongs to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited