Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 580 Bytes

File metadata and controls

22 lines (15 loc) · 580 Bytes

ParameterRep

Properties

Name Type Description Notes
variationId string [optional] [default to undefined]
flagKey string [optional] [default to undefined]

Example

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

const instance: ParameterRep = {
    variationId,
    flagKey,
};

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