windmill-api 1.684.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# GetLogCleanupStatus200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**running** | **bool** |  | 
**started_at** | **String** |  | 
**finished_at** | Option<**String**> |  | [optional]
**phase** | **String** |  | 
**total_service** | **i64** |  | 
**processed_service** | **i64** |  | 
**total_jobs** | **i64** |  | 
**processed_jobs** | **i64** |  | 
**s3_deleted** | **i64** |  | 
**orphans_scanned** | **i64** |  | 
**orphans_deleted** | **i64** |  | 
**errors** | **i64** |  | 
**last_error** | Option<**String**> |  | [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)