Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 489 Bytes

MetricSeen.md

File metadata and controls

20 lines (14 loc) · 489 Bytes

LaunchDarklyApi::MetricSeen

Properties

Name Type Description Notes
ever Boolean Whether the metric has received an event for this iteration [optional]
timestamp Integer Timestamp of when the metric most recently received an event for this iteration [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricSeen.new(
  ever: true,
  timestamp: 1657129307
)