IssueSecurityLevelMember class

Issue security level member.

Constructors

IssueSecurityLevelMember({required PermissionHolder holder, required int id, required int issueSecurityLevelId})
IssueSecurityLevelMember.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
holder PermissionHolder
The user or group being granted the permission. It consists of a type and a type-dependent parameter. See Holder object in Get all permission schemes for more information.
final
id int
The ID of the issue security level member.
final
issueSecurityLevelId int
The ID of the issue security level.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({PermissionHolder? holder, int? id, int? issueSecurityLevelId}) IssueSecurityLevelMember
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