Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.16 KB

Task.md

File metadata and controls

21 lines (18 loc) · 1.16 KB

Task

Properties

Name Type Description Notes
Name string [optional] [default to null]
Id int64 [optional] [default to null]
Uuid string [optional] [default to null]
Etag string [optional] [default to null]
CreationTime time.Time [optional] [default to null]
ModificationTime time.Time [optional] [default to null]
DeletionTime time.Time [optional] [default to null]
Links map[string]string [optional] [default to null]
Status string [optional] [default to null]
StartingTimestamp int64 [optional] [default to null]
CompletionTimestamp int64 [optional] [default to null]
Updates []Update [optional] [default to null]
Attributes map[string]interface{} [optional] [default to null]

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