# JobEvent
## Properties
**flags** | **String** | Event flags. | [default to null]
**fmt_type** | **String** | A string representation of the type of the data value. | [default to null]
**id** | **i32** | Job event ID. | [default to null]
**job_id** | **i32** | Job ID. | [default to null]
**job_type** | **String** | Job Type. | [default to null]
**key** | **String** | Event key name. | [default to null]
**phase** | **i32** | Job phase number at time of event. | [default to null]
**raw_type** | **i32** | An integer representation of the type of the data value. | [default to null]
**time** | **i32** | Time of event in Unix epoch seconds. | [default to null]
**value** | **String** | Event value. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)