Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.31 KB

TriggerWorkflowRep.md

File metadata and controls

21 lines (18 loc) · 1.31 KB

# TriggerWorkflowRep

Properties

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]

[Back to Model list] [Back to API list] [Back to README]