Skip to content

Files

Latest commit

b5039f8 · Nov 21, 2022

History

History
20 lines (14 loc) · 553 Bytes

RecentTriggerBody.md

File metadata and controls

20 lines (14 loc) · 553 Bytes

LaunchDarklyApi::RecentTriggerBody

Properties

Name Type Description Notes
timestamp Integer [optional]
json_body Hash<String, Object> The marshalled JSON request body for the incoming trigger webhook. If this is empty or contains invalid JSON, the timestamp is recorded but this field will be empty. [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RecentTriggerBody.new(
  timestamp: null,
  json_body: null
)