Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 388 Bytes

RecentTriggerBody.md

File metadata and controls

20 lines (14 loc) · 388 Bytes

LaunchDarklyApi::RecentTriggerBody

Properties

Name Type Description Notes
timestamp Integer [optional]
json_body Hash<String, Object> [optional]

Example

require 'launchdarkly_api'

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