Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
LastMigration | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
NewName | Pointer to string | [optional] | |
Prefix | Pointer to string | [optional] | |
ProtectionKey | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
Type | Pointer to string | [optional] |
func NewMigrationGeneral() *MigrationGeneral
NewMigrationGeneral instantiates a new MigrationGeneral 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 NewMigrationGeneralWithDefaults() *MigrationGeneral
NewMigrationGeneralWithDefaults instantiates a new MigrationGeneral 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 *MigrationGeneral) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetId(v string)
SetId sets Id field to given value.
func (o *MigrationGeneral) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MigrationGeneral) GetLastMigration() string
GetLastMigration returns the LastMigration field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetLastMigrationOk() (*string, bool)
GetLastMigrationOk returns a tuple with the LastMigration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetLastMigration(v string)
SetLastMigration sets LastMigration field to given value.
func (o *MigrationGeneral) HasLastMigration() bool
HasLastMigration returns a boolean if a field has been set.
func (o *MigrationGeneral) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetName(v string)
SetName sets Name field to given value.
func (o *MigrationGeneral) HasName() bool
HasName returns a boolean if a field has been set.
func (o *MigrationGeneral) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *MigrationGeneral) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *MigrationGeneral) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
func (o *MigrationGeneral) HasPrefix() bool
HasPrefix returns a boolean if a field has been set.
func (o *MigrationGeneral) GetProtectionKey() string
GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetProtectionKeyOk() (*string, bool)
GetProtectionKeyOk returns a tuple with the ProtectionKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetProtectionKey(v string)
SetProtectionKey sets ProtectionKey field to given value.
func (o *MigrationGeneral) HasProtectionKey() bool
HasProtectionKey returns a boolean if a field has been set.
func (o *MigrationGeneral) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *MigrationGeneral) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *MigrationGeneral) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *MigrationGeneral) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationGeneral) SetType(v string)
SetType sets Type field to given value.
func (o *MigrationGeneral) HasType() bool
HasType returns a boolean if a field has been set.