SecurityLevelMember class

Issue security level member.

Constructors

SecurityLevelMember({required PermissionHolder holder, required String id, required String issueSecurityLevelId, required String issueSecuritySchemeId})
SecurityLevelMember.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 String
The ID of the issue security level member.
final
issueSecurityLevelId String
The ID of the issue security level.
final
issueSecuritySchemeId String
The ID of the issue security scheme.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({PermissionHolder? holder, String? id, String? issueSecurityLevelId, String? issueSecuritySchemeId}) SecurityLevelMember
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