id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| scheduled-attributes |
ScheduledAttributes |
ScheduledAttributes |
ScheduledAttributes |
pythonsdk |
| python |
| Python |
| sdk |
| ScheduledAttributes |
| ScheduledAttributes |
|
/tools/sdk/python/v3/models/scheduled-attributes |
| SDK |
| Software Development Kit |
| ScheduledAttributes |
| ScheduledAttributes |
|
ScheduledAttributes
Attributes related to a scheduled trigger
Properties
| Name |
Type |
Description |
Notes |
| cron_string |
str |
A valid CRON expression |
[optional] |
| frequency |
Enum [ 'daily', 'weekly', 'monthly', 'yearly', 'cronSchedule' ] |
Frequency of execution |
[required] |
| time_zone |
str |
Time zone identifier |
[optional] |
| weekly_days |
[]str |
Scheduled days of the week for execution |
[optional] |
| weekly_times |
[]str |
Scheduled execution times |
[optional] |
| yearly_times |
[]str |
Scheduled execution times |
[optional] |
| } |
|
|
|
Example
[Back to top]