# ScheduleBase<!-- -->

### Hierarchy

* *ScheduleBase*

  * [Schedule](https://docs.apify.com/api/client/python/api/client/python/reference/class/Schedule.md)
  * [ScheduleShort](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleShort.md)

## Index[**](#Index)

### Properties

* [**created\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#created_at)
* [**cron\_expression](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#cron_expression)
* [**id](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#id)
* [**is\_enabled](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#is_enabled)
* [**is\_exclusive](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#is_exclusive)
* [**last\_run\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#last_run_at)
* [**model\_config](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#model_config)
* [**modified\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#modified_at)
* [**name](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#name)
* [**next\_run\_at](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#next_run_at)
* [**timezone](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#timezone)
* [**user\_id](https://docs.apify.com/api/client/python/api/client/python/reference/class/ScheduleBase.md#user_id)

## Properties<!-- -->[**](#Properties)

### [**](#created_at)created\_at

**created\_at: AwareDatetime

### [**](#cron_expression)cron\_expression

**cron\_expression: str

### [**](#id)id

**id: str

### [**](#is_enabled)is\_enabled

**is\_enabled: bool

### [**](#is_exclusive)is\_exclusive

**is\_exclusive: bool

### [**](#last_run_at)last\_run\_at

**last\_run\_at: AwareDatetime | None

### [**](#model_config)model\_config

**model\_config: Undefined

### [**](#modified_at)modified\_at

**modified\_at: AwareDatetime

### [**](#name)name

**name: str

### [**](#next_run_at)next\_run\_at

**next\_run\_at: AwareDatetime | None

### [**](#timezone)timezone

**timezone: str

### [**](#user_id)user\_id

**user\_id: str
