File size: 689 Bytes
5242e6a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # AppEventOneOf4
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**current_page** | **i32** | |
**current_step_index** | **i32** | |
**job_id** | **String** | |
**overall_percent** | **i32** | |
**status** | [**models::PipelineStatus**](PipelineStatus.md) | |
**step** | Option<[**models::PipelineStep**](PipelineStep.md)> | | [optional]
**total_pages** | **i32** | |
**total_steps** | **i32** | |
**event** | **Event** | (enum: jobProgress) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|