CreateIssueSecuritySchemeDetails class

Issue security scheme and it's details

Properties

description String?
The description of the issue security scheme.
final
hashCode int
The hash code for this object.
no setterinherited
levels List<SecuritySchemeLevelBean>
The list of scheme levels which should be added to the security scheme.
final
name String
The name of the issue security scheme. Must be unique (case-insensitive).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? description, List<SecuritySchemeLevelBean>? levels, String? name}) CreateIssueSecuritySchemeDetails
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