Name | Type | Description | Notes |
---|---|---|---|
ChangedMigrations | Pointer to []string | [optional] | |
CreatedMigrations | Pointer to []string | [optional] | |
DeletedMigrations | Pointer to []string | [optional] |
func NewMigrationsConfigLastChange() *MigrationsConfigLastChange
NewMigrationsConfigLastChange instantiates a new MigrationsConfigLastChange 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 NewMigrationsConfigLastChangeWithDefaults() *MigrationsConfigLastChange
NewMigrationsConfigLastChangeWithDefaults instantiates a new MigrationsConfigLastChange 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 *MigrationsConfigLastChange) GetChangedMigrations() []string
GetChangedMigrations returns the ChangedMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigLastChange) GetChangedMigrationsOk() (*[]string, bool)
GetChangedMigrationsOk returns a tuple with the ChangedMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigLastChange) SetChangedMigrations(v []string)
SetChangedMigrations sets ChangedMigrations field to given value.
func (o *MigrationsConfigLastChange) HasChangedMigrations() bool
HasChangedMigrations returns a boolean if a field has been set.
func (o *MigrationsConfigLastChange) GetCreatedMigrations() []string
GetCreatedMigrations returns the CreatedMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigLastChange) GetCreatedMigrationsOk() (*[]string, bool)
GetCreatedMigrationsOk returns a tuple with the CreatedMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigLastChange) SetCreatedMigrations(v []string)
SetCreatedMigrations sets CreatedMigrations field to given value.
func (o *MigrationsConfigLastChange) HasCreatedMigrations() bool
HasCreatedMigrations returns a boolean if a field has been set.
func (o *MigrationsConfigLastChange) GetDeletedMigrations() []string
GetDeletedMigrations returns the DeletedMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigLastChange) GetDeletedMigrationsOk() (*[]string, bool)
GetDeletedMigrationsOk returns a tuple with the DeletedMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigLastChange) SetDeletedMigrations(v []string)
SetDeletedMigrations sets DeletedMigrations field to given value.
func (o *MigrationsConfigLastChange) HasDeletedMigrations() bool
HasDeletedMigrations returns a boolean if a field has been set.