Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 923 Bytes

Task.md

File metadata and controls

17 lines (14 loc) · 923 Bytes

Task

Properties

Name Type Description Notes
Id int32 [optional] [default to null]
CreatedOn time.Time [default to null]
UpdatedOn time.Time [default to null]
State string [default to null]
Content *interface{} [default to null]
Creator *Account [default to null]
Pending bool [optional] [default to null]
ResolvedOn time.Time The ISO8601 timestamp for when the task was resolved. [optional] [default to null]
ResolvedBy *Account [optional] [default to null]

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