Input$UpdatePullRequestInput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Input$UpdatePullRequestInput({List<String>? assigneeIds, String? baseRefName, String? body, String? clientMutationId, List<String>? labelIds, bool? maintainerCanModify, String? milestoneId, List<String>? projectIds, required String pullRequestId, Enum$PullRequestUpdateState? state, String? title})
-
-
Input$UpdatePullRequestInput.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({List<String>? assigneeIds()?, String? baseRefName()?, String? body()?, String? clientMutationId()?, List<String>? labelIds()?, bool? maintainerCanModify()?, String? milestoneId()?, List<String>? projectIds()?, String? pullRequestId, Enum$PullRequestUpdateState? state()?, String? title()?})
→ Input$UpdatePullRequestInput
-
-
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