Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 763 Bytes

File metadata and controls

26 lines (19 loc) · 763 Bytes

MetricDataSourceRefRep

Properties

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]

Example

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

const instance: MetricDataSourceRefRep = {
    key,
    environmentKey,
    _name,
    _integrationKey,
};

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