| Name | Type | Description | Notes |
|---|---|---|---|
| ContextKind | Pointer to string | Context kind for a migration with 6 stages, where data is being moved | [optional] |
| StageCount | int32 |
func NewMigrationSettingsPost(stageCount int32, ) *MigrationSettingsPost
NewMigrationSettingsPost instantiates a new MigrationSettingsPost object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMigrationSettingsPostWithDefaults() *MigrationSettingsPost
NewMigrationSettingsPostWithDefaults instantiates a new MigrationSettingsPost object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *MigrationSettingsPost) GetContextKind() string
GetContextKind returns the ContextKind field if non-nil, zero value otherwise.
func (o *MigrationSettingsPost) GetContextKindOk() (*string, bool)
GetContextKindOk returns a tuple with the ContextKind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationSettingsPost) SetContextKind(v string)
SetContextKind sets ContextKind field to given value.
func (o *MigrationSettingsPost) HasContextKind() bool
HasContextKind returns a boolean if a field has been set.
func (o *MigrationSettingsPost) GetStageCount() int32
GetStageCount returns the StageCount field if non-nil, zero value otherwise.
func (o *MigrationSettingsPost) GetStageCountOk() (*int32, bool)
GetStageCountOk returns a tuple with the StageCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationSettingsPost) SetStageCount(v int32)
SetStageCount sets StageCount field to given value.