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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RecentTriggerBody.new(
timestamp: null,
json_body: null
)