BulkPermissionGrants class

Details of global and project permissions granted to the user.

Constructors

BulkPermissionGrants({required List<String> globalPermissions, required List<BulkProjectPermissionGrants> projectPermissions})
BulkPermissionGrants.fromJson(Map<String, Object?> json)
factory

Properties

globalPermissions List<String>
List of permissions granted to the user.
final
hashCode int
The hash code for this object.
no setterinherited
projectPermissions List<BulkProjectPermissionGrants>
List of project permissions and the projects and issues those permissions provide access to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<String>? globalPermissions, List<BulkProjectPermissionGrants>? projectPermissions}) BulkPermissionGrants
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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