CreatedIssue class
Details about a created issue or subtask.
Constructors
- CreatedIssue({String? id, String? key, String? self, NestedResponse? transition, NestedResponse? watchers})
-
CreatedIssue.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the created issue or subtask.
final
- key → String?
-
The key of the created issue or subtask.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
The URL of the created issue or subtask.
final
- transition → NestedResponse?
-
The response code and messages related to any requested transition.
final
- watchers → NestedResponse?
-
The response code and messages related to any requested watchers.
final
Methods
-
copyWith(
{String? id, String? key, String? self, NestedResponse? transition, NestedResponse? watchers}) → CreatedIssue -
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