Input$UpdateIssueInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$UpdateIssueInput({List<String>? assigneeIds, String? body, String? clientMutationId, required String id, List<String>? labelIds, String? milestoneId, List<String>? projectIds, Enum$IssueState? state, String? title})
Input$UpdateIssueInput.fromJson(Map<String, dynamic> json)
factory

Properties

assigneeIds List<String>?
final
body String?
final
clientMutationId String?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
labelIds List<String>?
final
milestoneId String?
final
projectIds List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Enum$IssueState?
final
title String?
final

Methods

copyWith({List<String>? assigneeIds()?, String? body()?, String? clientMutationId()?, String? id, List<String>? labelIds()?, String? milestoneId()?, List<String>? projectIds()?, Enum$IssueState? state()?, String? title()?}) Input$UpdateIssueInput
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override