Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.5 KB

Issue.md

File metadata and controls

27 lines (23 loc) · 1.5 KB

Issue

Properties

Name Type Description Notes
Type_ string [default to null]
Links *IssueLinks [optional] [default to null]
Id int32 [optional] [default to null]
Repository *Repository [optional] [default to null]
Title string [optional] [default to null]
Reporter *User [optional] [default to null]
Assignee *User [optional] [default to null]
CreatedOn time.Time [optional] [default to null]
UpdatedOn time.Time [optional] [default to null]
EditedOn time.Time [optional] [default to null]
State string [optional] [default to null]
Kind string [optional] [default to null]
Priority string [optional] [default to null]
Milestone *Milestone [optional] [default to null]
Version *Version [optional] [default to null]
Component *Component [optional] [default to null]
Votes int32 [optional] [default to null]
Content *IssueContent [optional] [default to null]

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