| Field | Type | Required | Description | Example |
|---|---|---|---|---|
preset_id |
str | ✔️ | ID of the preset. Pass this when creating a trigger. | GITHUB_1 |
datasource |
str | ✔️ | Datasource the preset fires on. | github |
display_name |
str | ✔️ | Human-readable preset name. | Review requested from me |
description |
Optional[str] | ➖ | Human-readable description of when the preset fires. | A review is requested from the trigger creator on a pull request |
inputs |
List[models.PlatformTriggerPresetInput] | ✔️ | Inputs the caller may supply when creating a trigger from this preset. |