Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 694 Bytes

File metadata and controls

24 lines (17 loc) · 694 Bytes

CountBucketsResult

Properties

Name Type Description Notes
buckets Array<CountBucket> [default to undefined]
totalCount number [default to undefined]
bucketIntervalMs number [default to undefined]

Example

import { CountBucketsResult } from 'launchdarkly-api-typescript';

const instance: CountBucketsResult = {
    buckets,
    totalCount,
    bucketIntervalMs,
};

[Back to Model list] [Back to API list] [Back to README]