Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 2.07 KB

Issue.md

File metadata and controls

36 lines (32 loc) · 2.07 KB

Issue

Properties

Name Type Description Notes
Id int32 [optional] [default to null]
Url string [optional] [default to null]
RepositoryUrl string [optional] [default to null]
LabelsUrl string [optional] [default to null]
CommentsUrl string [optional] [default to null]
HtmlUrl string [optional] [default to null]
ParentUrl string [optional] [default to null]
Number string [optional] [default to null]
State string [optional] [default to null]
Title string [optional] [default to null]
Body string [optional] [default to null]
BodyHtml string [optional] [default to null]
User *UserBasic [optional] [default to null]
Labels []Label [optional] [default to null]
Assignee *UserBasic [optional] [default to null]
Collaborators []UserBasic [optional] [default to null]
Repository string [optional] [default to null]
Milestone *Milestone [optional] [default to null]
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
PlanStartedAt time.Time [optional] [default to null]
Deadline time.Time [optional] [default to null]
FinishedAt time.Time [optional] [default to null]
ScheduledTime string [optional] [default to null]
Comments int32 [optional] [default to null]
IssueType string [optional] [default to null]
Program *ProgramBasic [optional] [default to null]

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