Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 671 Bytes

File metadata and controls

22 lines (15 loc) · 671 Bytes

MigrationSettingsPost

Properties

Name Type Description Notes
contextKind string Context kind for a migration with 6 stages, where data is being moved [optional] [default to undefined]
stageCount number [default to undefined]

Example

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

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

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