---
title: "ScheduleObj"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/scheduleobj/"
source: "https://container-registry.com/docs/harbor-api-client/model/scheduleobj/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/scheduleobj/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/scheduleobj/index.md>. Site index: <https://container-registry.com/llms.txt>.


# ScheduleObj

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **str** | The schedule type. The valid values are &#39;Hourly&#39;, &#39;Daily&#39;, &#39;Weekly&#39;, &#39;Custom&#39;, &#39;Manual&#39; and &#39;None&#39;. &#39;Manual&#39; means to trigger it right away and &#39;None&#39; means to cancel the schedule.  | [optional] 
**cron** | **str** | A cron expression, a time-based job scheduler. | [optional] 
**next_scheduled_time** | **datetime** | The next time to schedule to run the job. | [optional] 



