| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | name of the automation | |
| trigger | str | ||
| project_ids | List[str] | List of project IDs to associate with the automation. Currently, only the first ID in the array is used. The array format leaves room for future support of multiple projects. | |
| job_template_id | str | id of job template that the automation uses to create jobs from | [optional] |
| status_filters | List[str] | Translation states used when selecting keys for a job. States are derived from associated translations, not the keys themselves. When review workflow is enabled, `ready_for_review` is internally treated as `translated`. | |
| tags | List[str] | used to filter which keys are added to jobs | [optional] |
| cron_schedule | str | along with time_zone, specifies when the scheduled automation is supposed to run | [optional] |
| time_zone | str | along with cron_schedule, specifies when the scheduled automation is supposed to run | [optional] |