| Name | Type | Description | Notes |
|---|---|---|---|
| _id | string | [optional] | |
| _version | int | The flag trigger version | [optional] |
| _creation_date | int | [optional] | |
| _maintainer_id | string | The ID of the flag trigger maintainer | [optional] |
| _maintainer | \LaunchDarklyApi\Model\MemberSummary | [optional] | |
| enabled | bool | Whether the flag trigger is currently enabled | [optional] |
| _integration_key | string | The unique identifier of the integration for your trigger | [optional] |
| instructions | array[] | [optional] | |
| _last_triggered_at | int | [optional] | |
| _recent_trigger_bodies | \LaunchDarklyApi\Model\RecentTriggerBody[] | Details on recent flag trigger requests. | [optional] |
| _trigger_count | int | Number of times the trigger has been executed | [optional] |
| trigger_url | string | The unguessable URL for this flag trigger | [optional] |
| _links | array<string,\LaunchDarklyApi\Model\Link> | The location and content type of related resources | [optional] |
This repository was archived by the owner on Feb 3, 2026. It is now read-only.