Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 667 Bytes

File metadata and controls

24 lines (17 loc) · 667 Bytes

RelatedExperimentRep

Properties

Name Type Description Notes
key string [optional] [default to undefined]
name string [optional] [default to undefined]
environment string [optional] [default to undefined]

Example

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

const instance: RelatedExperimentRep = {
    key,
    name,
    environment,
};

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