Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 991 Bytes

Label.md

File metadata and controls

17 lines (13 loc) · 991 Bytes

Label

Properties

Name Type Description Notes
Id int64 The ID of the label [optional] [default to null]
Name string The name the label [optional] [default to null]
Description string The description the label [optional] [default to null]
Color string The color the label [optional] [default to null]
Scope string The scope the label [optional] [default to null]
ProjectId int64 The ID of project that the label belongs to [optional] [default to null]
CreationTime time.Time The creation time the label [optional] [default to null]
UpdateTime time.Time The update time of the label [optional] [default to null]

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