Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 329 Bytes

File metadata and controls

20 lines (14 loc) · 329 Bytes

LaunchDarklyApi::CountBucket

Properties

Name Type Description Notes
timestamp Integer
count Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CountBucket.new(
  timestamp: null,
  count: null
)