BulkProjectPermissionGrants class
List of project permissions and the projects and issues those permissions grant access to.
Constructors
-
BulkProjectPermissionGrants({required List<
int> issues, required String permission, required List<int> projects}) -
BulkProjectPermissionGrants.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issues
→ List<
int> -
IDs of the issues the user has the permission for.
final
- permission → String
-
A project permission,
final
-
projects
→ List<
int> -
IDs of the projects the user has the permission for.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< int> ? issues, String? permission, List<int> ? projects}) → BulkProjectPermissionGrants -
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