TaskLog interface
A task log connected to a timeline record.
- Extends
Properties
created |
The time of the task log creation. |
index |
The REST URL of the task log when indexed. |
last |
The time of the last modification of the task log. |
line |
The number of the task log lines. |
path | The path of the task log. |
Inherited Properties
id | The ID of the task log. |
location | The REST URL of the task log. |
Property Details
createdOn
The time of the task log creation.
createdOn: Date
Property Value
Date
indexLocation
The REST URL of the task log when indexed.
indexLocation: string
Property Value
string
lastChangedOn
The time of the last modification of the task log.
lastChangedOn: Date
Property Value
Date
lineCount
The number of the task log lines.
lineCount: number
Property Value
number
path
The path of the task log.
path: string
Property Value
string
Inherited Property Details
id
location
The REST URL of the task log.
location: string
Property Value
string
Inherited From TaskLogReference.location