# GcHistory
## Properties
**id** | Option<**i32**> | the id of gc job. | [optional]
**job_name** | Option<**String**> | the job name of gc job. | [optional]
**job_kind** | Option<**String**> | the job kind of gc job. | [optional]
**job_parameters** | Option<**String**> | the job parameters of gc job. | [optional]
**schedule** | Option<[**models::ScheduleObj**](ScheduleObj.md)> | | [optional]
**job_status** | Option<**String**> | the status of gc job. | [optional]
**deleted** | Option<**bool**> | if gc job was deleted. | [optional]
**creation_time** | Option<**String**> | the creation time of gc job. | [optional]
**update_time** | Option<**String**> | the update time of gc 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)