| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| version | Integer | The flag trigger version | [optional] |
| creationDate | Long | [optional] | |
| maintainerId | String | The ID of the flag trigger maintainer | [optional] |
| maintainer | MemberSummary | [optional] | |
| enabled | Boolean | Whether the flag trigger is currently enabled | [optional] |
| status | StatusEnum | The trigger state: active, inactive, or failed | [optional] |
| lastFailedAt | Long | [optional] | |
| integrationKey | String | The unique identifier of the integration for your trigger | [optional] |
| instructions | List<Map<String, Object>> | [optional] | |
| lastTriggeredAt | Long | [optional] | |
| recentTriggerBodies | List<RecentTriggerBody> | Details on recent flag trigger requests. | [optional] |
| triggerCount | Integer | Number of times the trigger has been executed | [optional] |
| triggerURL | String | The unguessable URL for this flag trigger | [optional] |
| links | Map<String, Link> | The location and content type of related resources | [optional] |
| Name | Value |
|---|---|
| ACTIVE | "active" |
| INACTIVE | "inactive" |
| FAILED | "failed" |