Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

SeriesIntervalsRep.md

File metadata and controls

20 lines (14 loc) · 484 Bytes

LaunchDarklyApi::SeriesIntervalsRep

Properties

Name Type Description Notes
series Array<Series> An array of timestamps and values for a given meter
_links Hash<String, Object> The location and content type of related resources

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SeriesIntervalsRep.new(
  series: null,
  _links: null
)