Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 757 Bytes

File metadata and controls

22 lines (15 loc) · 757 Bytes

FlagMigrationSettingsRep

Properties

Name Type Description Notes
contextKind string The context kind targeted by this migration flag. Only applicable for six-stage migrations. [optional] [default to undefined]
stageCount number The number of stages for this migration flag [optional] [default to undefined]

Example

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

const instance: FlagMigrationSettingsRep = {
    contextKind,
    stageCount,
};

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