Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.35 KB

File metadata and controls

24 lines (21 loc) · 1.35 KB

LogTree

Properties

Name Type Description Notes
Attachments *[]Attachment [optional] [default to null]
Author *User [default to null]
Children *[]LogTree [default to null]
CreatedAt int64 Unix timestamp when this entity was created. [optional] [default to null]
Id int64 [default to null]
Origin *LogOrigin [default to null]
ParentLogId int64 [default to null]
Replies int64 [optional] [default to null]
RootLogId int64 [default to null]
Runs []LogRuns Array of minified Run objects. [optional] [default to null]
Subsystems *[]Subsystem [optional] [default to null]
Subtype *LogSubtype [default to null]
Tags *[]Tag [optional] [default to null]
Text string [default to null]
Title string [default to null]
UpdatedAt int64 Unix timestamp when this entity was last updated. [optional] [default to null]

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