SecurityScheme class

Details about a security scheme.

Constructors

SecurityScheme({int? defaultSecurityLevelId, String? description, int? id, List<SecurityLevel>? levels, String? name, String? self})
SecurityScheme.fromJson(Map<String, Object?> json)
factory

Properties

defaultSecurityLevelId int?
The ID of the default security level.
final
description String?
The description of the issue security scheme.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the issue security scheme.
final
levels List<SecurityLevel>
final
name String?
The name of the issue security scheme.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of the issue security scheme.
final

Methods

copyWith({int? defaultSecurityLevelId, String? description, int? id, List<SecurityLevel>? levels, String? name, String? self}) SecurityScheme
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