IssueTypeDetails class

Details about an issue type.

Constructors

IssueTypeDetails({int? avatarId, String? description, String? entityId, int? hierarchyLevel, String? iconUrl, String? id, String? name, Scope? scope, String? self, bool? subtask})
IssueTypeDetails.fromJson(Map<String, Object?> json)
factory

Properties

avatarId int?
The ID of the issue type's avatar.
final
description String?
The description of the issue type.
final
entityId String?
Unique ID for next-gen projects.
final
hashCode int
The hash code for this object.
no setterinherited
hierarchyLevel int?
Hierarchy level of the issue type.
final
iconUrl String?
The URL of the issue type's avatar.
final
id String?
The ID of the issue type.
final
name String?
The name of the issue type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope Scope?
Details of the next-gen projects the issue type is available in.
final
self String?
The URL of these issue type details.
final
subtask bool
Whether this issue type is used to create subtasks.
final

Methods

copyWith({int? avatarId, String? description, String? entityId, int? hierarchyLevel, String? iconUrl, String? id, String? name, Scope? scope, String? self, bool? subtask}) IssueTypeDetails
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