ProjectIssueTypesHierarchyLevel class
Details of an issue type hierarchy level.
Constructors
-
ProjectIssueTypesHierarchyLevel({String? entityId, List<
IssueTypeInfo> ? issueTypes, int? level, String? name}) -
ProjectIssueTypesHierarchyLevel.fromJson(Map<
String, Object?> json) -
factory
Properties
- entityId → String?
-
The ID of the issue type hierarchy level. This property is deprecated, see
Change notice: Removing hierarchy level IDs from next-gen APIs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issueTypes
→ List<
IssueTypeInfo> -
The list of issue types in the hierarchy level.
final
- level → int?
-
The level of the issue type hierarchy level.
final
- name → String?
-
The name of the issue type hierarchy level.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? entityId, List< IssueTypeInfo> ? issueTypes, int? level, String? name}) → ProjectIssueTypesHierarchyLevel -
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