Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 461 Bytes

File metadata and controls

22 lines (16 loc) · 461 Bytes

LaunchDarklyApi::CountBucketsResult

Properties

Name Type Description Notes
buckets Array<CountBucket>
total_count Integer
bucket_interval_ms Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CountBucketsResult.new(
  buckets: null,
  total_count: null,
  bucket_interval_ms: null
)