Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.8 KB

Issue.md

File metadata and controls

35 lines (30 loc) · 1.8 KB

openapi.model.Issue

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
assignee User [optional] [default to null]
assignees List<User> [optional] [default to []]
body String [optional] [default to null]
closedAt DateTime [optional] [default to null]
comments int [optional] [default to null]
createdAt DateTime [optional] [default to null]
dueDate DateTime [optional] [default to null]
htmlUrl String [optional] [default to null]
id int [optional] [default to null]
labels List<Label> [optional] [default to []]
milestone Milestone [optional] [default to null]
number int [optional] [default to null]
originalAuthor String [optional] [default to null]
originalAuthorId int [optional] [default to null]
pullRequest PullRequestMeta [optional] [default to null]
repository RepositoryMeta [optional] [default to null]
state String StateType issue state type [optional] [default to null]
title String [optional] [default to null]
updatedAt DateTime [optional] [default to null]
url String [optional] [default to null]
user User [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]