IssueTypeSchemeDetails class

Details of an issue type scheme and its associated issue types.

Constructors

IssueTypeSchemeDetails({String? defaultIssueTypeId, String? description, required List<String> issueTypeIds, required String name})
IssueTypeSchemeDetails.fromJson(Map<String, Object?> json)
factory

Properties

defaultIssueTypeId String?
The ID of the default issue type of the issue type scheme. This ID must be included in issueTypeIds.
final
description String?
The description of the issue type scheme. The maximum length is 4000 characters.
final
hashCode int
The hash code for this object.
no setterinherited
issueTypeIds List<String>
The list of issue types IDs of the issue type scheme. At least one standard issue type ID is required.
final
name String
The name of the issue type scheme. The name must be unique. The maximum length is 255 characters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? defaultIssueTypeId, String? description, List<String>? issueTypeIds, String? name}) IssueTypeSchemeDetails
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