Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 649 Bytes

File metadata and controls

22 lines (15 loc) · 649 Bytes

FlagPrerequisitePost

Properties

Name Type Description Notes
key string Flag key of the prerequisite flag [default to undefined]
variationId string ID of a variation of the prerequisite flag [default to undefined]

Example

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

const instance: FlagPrerequisitePost = {
    key,
    variationId,
};

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