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 |
require 'launchdarkly_api'
instance = LaunchDarklyApi::SeriesIntervalsRep.new(
series: null,
_links: null
)