SecuritySchemeLevelBean class
Constructors
-
SecuritySchemeLevelBean({String? description, bool? isDefault, List<
SecuritySchemeLevelMemberBean> ? members, required String name}) -
SecuritySchemeLevelBean.fromJson(Map<
String, Object?> json) -
factory
Properties
- description → String?
-
The description of the issue security scheme level.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefault → bool
-
Specifies whether the level is the default level. False by default.
final
-
members
→ List<
SecuritySchemeLevelMemberBean> -
The list of level members which should be added to the issue security
scheme level.
final
- name → String
-
The name of the issue security scheme level. Must be unique.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? description, bool? isDefault, List< SecuritySchemeLevelMemberBean> ? members, String? name}) → SecuritySchemeLevelBean -
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