BulkPermissionsRequestBean class
Details of global permissions to look up and project permissions with associated projects and issues to look up.
Constructors
-
BulkPermissionsRequestBean({String? accountId, List<
String> ? globalPermissions, List<BulkProjectPermissions> ? projectPermissions}) -
BulkPermissionsRequestBean.fromJson(Map<
String, Object?> json) -
factory
Properties
- accountId → String?
-
The account ID of a user.
final
-
globalPermissions
→ List<
String> -
Global permissions to look up.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
projectPermissions
→ List<
BulkProjectPermissions> -
Project permissions with associated projects and issues to look up.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? accountId, List< String> ? globalPermissions, List<BulkProjectPermissions> ? projectPermissions}) → BulkPermissionsRequestBean -
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