Input$CreateIssueInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CreateIssueInput({List<String>? assigneeIds, String? body, String? clientMutationId, String? issueTemplate, List<String>? labelIds, String? milestoneId, List<String>? projectIds, required String repositoryId, required String title})
Input$CreateIssueInput.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
issueTemplate String?
final
labelIds List<String>?
final
milestoneId String?
final
projectIds List<String>?
final
repositoryId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

copyWith({List<String>? assigneeIds()?, String? body()?, String? clientMutationId()?, String? issueTemplate()?, List<String>? labelIds()?, String? milestoneId()?, List<String>? projectIds()?, String? repositoryId, String? title}) Input$CreateIssueInput
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