This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/Issue.md
jolheiser 1dcde8a669
Update master
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-25 20:51:38 -06:00

1.7 KiB

Issue

Properties

Name Type Description Notes
Assignee *User [optional] [default to null]
Assignees **[]User** [optional] [default to null]
Body string [optional] [default to null]
ClosedAt time.Time [optional] [default to null]
Comments int64 [optional] [default to null]
CreatedAt time.Time [optional] [default to null]
DueDate time.Time [optional] [default to null]
HtmlUrl string [optional] [default to null]
Id int64 [optional] [default to null]
Labels **[]Label** [optional] [default to null]
Milestone *Milestone [optional] [default to null]
Number int64 [optional] [default to null]
OriginalAuthor string [optional] [default to null]
OriginalAuthorId int64 [optional] [default to null]
PullRequest *PullRequestMeta [optional] [default to null]
Repository *RepositoryMeta [optional] [default to null]
State *StateType [optional] [default to null]
Title string [optional] [default to null]
UpdatedAt time.Time [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]