---
title: "GCHistory"
lastmod: 2026-06-08
canonical: "https://container-registry.com/docs/harbor-api-client/model/gchistory/"
source: "https://container-registry.com/docs/harbor-api-client/model/gchistory/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/gchistory/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/gchistory/index.md>. Site index: <https://container-registry.com/llms.txt>.


# GCHistory

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | the id of gc job. | [optional] 
**job_name** | **str** | the job name of gc job. | [optional] 
**job_kind** | **str** | the job kind of gc job. | [optional] 
**job_parameters** | **str** | the job parameters of gc job. | [optional] 
**schedule** | **[ScheduleObj](../scheduleobj/)** |  | [optional] 
**job_status** | **str** | the status of gc job. | [optional] 
**deleted** | **bool** | if gc job was deleted. | [optional] 
**creation_time** | **datetime** | the creation time of gc job. | [optional] 
**update_time** | **datetime** | the update time of gc job. | [optional] 



