Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

Series.md

File metadata and controls

20 lines (14 loc) · 360 Bytes

LaunchDarklyApi::Series

Properties

Name Type Description Notes
time Integer The timestamp
value Float The value for the given timestamp

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Series.new(
  time: 1676332800000,
  value: 92
)