SecuritySchemeWithProjects class

Details about an issue security scheme.

Constructors

SecuritySchemeWithProjects({int? defaultLevel, String? description, required int id, required String name, List<int>? projectIds, required String self})
SecuritySchemeWithProjects.fromJson(Map<String, Object?> json)
factory

Properties

defaultLevel int?
The default level ID of the issue security scheme.
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
name String
The name of the issue security scheme.
final
projectIds List<int>
The list of project IDs associated with 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? defaultLevel, String? description, int? id, String? name, List<int>? projectIds, String? self}) SecuritySchemeWithProjects
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