| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Name of the series | [default to undefined] |
| count | number | Aggregate count of the series values | [optional] [default to undefined] |
| bounds | Array<InsightsChartBounds> | Bounds for the series data | [optional] [default to undefined] |
import { InsightsChartSeriesMetadata } from 'launchdarkly-api-typescript';
const instance: InsightsChartSeriesMetadata = {
name,
count,
bounds,
};