Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 5.98 KB

MigrationGeneral.md

File metadata and controls

238 lines (129 loc) · 5.98 KB

MigrationGeneral

Properties

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]

Methods

NewMigrationGeneral

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

NewMigrationGeneralWithDefaults

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

GetId

func (o *MigrationGeneral) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *MigrationGeneral) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *MigrationGeneral) HasId() bool

HasId returns a boolean if a field has been set.

GetLastMigration

func (o *MigrationGeneral) GetLastMigration() string

GetLastMigration returns the LastMigration field if non-nil, zero value otherwise.

GetLastMigrationOk

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.

SetLastMigration

func (o *MigrationGeneral) SetLastMigration(v string)

SetLastMigration sets LastMigration field to given value.

HasLastMigration

func (o *MigrationGeneral) HasLastMigration() bool

HasLastMigration returns a boolean if a field has been set.

GetName

func (o *MigrationGeneral) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *MigrationGeneral) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *MigrationGeneral) HasName() bool

HasName returns a boolean if a field has been set.

GetNewName

func (o *MigrationGeneral) GetNewName() string

GetNewName returns the NewName field if non-nil, zero value otherwise.

GetNewNameOk

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.

SetNewName

func (o *MigrationGeneral) SetNewName(v string)

SetNewName sets NewName field to given value.

HasNewName

func (o *MigrationGeneral) HasNewName() bool

HasNewName returns a boolean if a field has been set.

GetPrefix

func (o *MigrationGeneral) GetPrefix() string

GetPrefix returns the Prefix field if non-nil, zero value otherwise.

GetPrefixOk

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.

SetPrefix

func (o *MigrationGeneral) SetPrefix(v string)

SetPrefix sets Prefix field to given value.

HasPrefix

func (o *MigrationGeneral) HasPrefix() bool

HasPrefix returns a boolean if a field has been set.

GetProtectionKey

func (o *MigrationGeneral) GetProtectionKey() string

GetProtectionKey returns the ProtectionKey field if non-nil, zero value otherwise.

GetProtectionKeyOk

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.

SetProtectionKey

func (o *MigrationGeneral) SetProtectionKey(v string)

SetProtectionKey sets ProtectionKey field to given value.

HasProtectionKey

func (o *MigrationGeneral) HasProtectionKey() bool

HasProtectionKey returns a boolean if a field has been set.

GetStatus

func (o *MigrationGeneral) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *MigrationGeneral) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *MigrationGeneral) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetType

func (o *MigrationGeneral) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *MigrationGeneral) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *MigrationGeneral) HasType() bool

HasType returns a boolean if a field has been set.

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