# Stats
## Properties
**total** | Option<**i32**> | The total number of scan processes triggered by the scan all action | [optional]
**completed** | Option<**i32**> | The number of the finished scan processes triggered by the scan all action | [optional]
**metrics** | Option<**std::collections::HashMap<String, i32>**> | The metrics data for the each status | [optional]
**ongoing** | Option<**bool**> | A flag indicating job status of scan all. | [optional]
**trigger** | Option<**String**> | The trigger of the scan all job. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)