AssociateSecuritySchemeWithProjectDetails class
Issue security scheme, project, and remapping details.
Constructors
-
AssociateSecuritySchemeWithProjectDetails({List<
OldToNewSecurityLevelMappingsBean> ? oldToNewSecurityLevelMappings, required String projectId, required String schemeId}) -
AssociateSecuritySchemeWithProjectDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
oldToNewSecurityLevelMappings
→ List<
OldToNewSecurityLevelMappingsBean> -
The list of scheme levels which should be remapped to new levels of the
issue security scheme.
final
- projectId → String
-
The ID of the project.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemeId → String
-
The ID of the issue security scheme. Providing null will clear the
association with the issue security scheme.
final
Methods
-
copyWith(
{List< OldToNewSecurityLevelMappingsBean> ? oldToNewSecurityLevelMappings, String? projectId, String? schemeId}) → AssociateSecuritySchemeWithProjectDetails -
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