| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | [default to undefined] | |
| environmentKey | string | [optional] [default to undefined] | |
| _name | string | [optional] [default to undefined] | |
| _integrationKey | string | [optional] [default to undefined] |
import { MetricDataSourceRefRep } from 'launchdarkly-api-typescript';
const instance: MetricDataSourceRefRep = {
key,
environmentKey,
_name,
_integrationKey,
};