IssueTypeSchemeUpdateDetails class

Details of the name, description, and default issue type for an issue type scheme.

Constructors

IssueTypeSchemeUpdateDetails({String? defaultIssueTypeId, String? description, String? name})
IssueTypeSchemeUpdateDetails.fromJson(Map<String, Object?> json)
factory

Properties

defaultIssueTypeId String?
The ID of the default issue type of the issue type scheme.
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
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, String? name}) IssueTypeSchemeUpdateDetails
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