IssueTypeIssueCreateMetadata class

Details of the issue creation metadata for an issue type.

Constructors

IssueTypeIssueCreateMetadata({int? avatarId, String? description, String? entityId, String? expand, Map<String, dynamic>? fields, int? hierarchyLevel, String? iconUrl, String? id, String? name, Scope? scope, String? self, bool? subtask})
IssueTypeIssueCreateMetadata.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
expand String?
Expand options that include additional issue type metadata details in the response.
final
fields Map<String, dynamic>?
List of the fields available when creating an issue for the issue type.
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, String? expand, Map<String, dynamic>? fields, int? hierarchyLevel, String? iconUrl, String? id, String? name, Scope? scope, String? self, bool? subtask}) IssueTypeIssueCreateMetadata
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