| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<Experiment> | An array of experiments | [default to undefined] |
| total_count | number | The total number of experiments in this project and environment. Does not include legacy experiments. | [optional] [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
import { ExperimentCollectionRep } from 'launchdarkly-api-typescript';
const instance: ExperimentCollectionRep = {
items,
total_count,
_links,
};