| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | name of the automation | |
| Trigger | string | ||
| ProjectIds | []string | List of project IDs to associate with the automation. Providing more than one project ID requires the `advanced_job_automation` plan feature; accounts without this feature receive a 422 response with error field `project_ids`. | |
| JobTemplateId | string | id of job template that the automation uses to create jobs from | [optional] |
| StatusFilters | []string | 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 | []string | used to filter which keys are added to jobs | [optional] |
| CronSchedule | string | along with time_zone, specifies when the scheduled automation is supposed to run | [optional] |
| TimeZone | string | along with cron_schedule, specifies when the scheduled automation is supposed to run | [optional] |
| JobOwnerId | string | User ID of the job owner that newly created jobs are assigned to. | [optional] |
| IncludeOnlyUpdatedLocales | bool | When `true`, the automation only acts on locales that changed since its last run. Defaults to `false`. | [optional] |