| 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] |
import { MigrationSettingsPost } from 'launchdarkly-api-typescript';
const instance: MigrationSettingsPost = {
contextKind,
stageCount,
};