IssueLinkType class

This object is used as follows:

  • In the issueLink resource it defines and reports on the type of link between the issues. Find a list of issue link types with Get issue link types.
  • In the issueLinkType resource it defines and reports on issue link types.

Constructors

IssueLinkType({String? id, String? inward, String? name, String? outward, String? self})
IssueLinkType.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the issue link type and is used as follows:
final
inward String?
The description of the issue link type inward link and is used as follows:
final
name String?
The name of the issue link type and is used as follows:
final
outward String?
The description of the issue link type outward link and is used as follows:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of the issue link type. Read only.
final

Methods

copyWith({String? id, String? inward, String? name, String? outward, String? self}) IssueLinkType
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