Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1000 Bytes

JobEvent.md

File metadata and controls

19 lines (15 loc) · 1000 Bytes

JobEvent

Properties

Name Type Description Notes
Flags string Event flags. [default to null]
FmtType string A string representation of the type of the data value. [default to null]
Id int32 Job event ID. [default to null]
JobId int32 Job ID. [default to null]
JobType string Job Type. [default to null]
Key string Event key name. [default to null]
Phase int32 Job phase number at time of event. [default to null]
RawType int32 An integer representation of the type of the data value. [default to null]
Time int32 Time of event in Unix epoch seconds. [default to null]
Value string Event value. [optional] [default to null]

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