blob: 94eb1e0d9759fe48f2dbdd414d11d6552090c1ba [file] [log] [blame] [view]
# ScheduleInterval
Schedule interval. Defines how often DAG runs, this object gets added to your latest task instance's execution_date to figure out the next schedule.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **str** | |
**days** | **int** | | [optional]
**microseconds** | **int** | | [optional]
**seconds** | **int** | | [optional]
**day** | **int** | | [optional]
**hour** | **int** | | [optional]
**hours** | **int** | | [optional]
**leapdays** | **int** | | [optional]
**microsecond** | **int** | | [optional]
**minute** | **int** | | [optional]
**minutes** | **int** | | [optional]
**month** | **int** | | [optional]
**months** | **int** | | [optional]
**second** | **int** | | [optional]
**year** | **int** | | [optional]
**years** | **int** | | [optional]
**value** | **str** | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [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)