Skip to content

Files

Latest commit

f0fd2bd · Oct 21, 2021

History

History
108 lines (59 loc) · 3.56 KB

MigrationsConfigLastChange.md

File metadata and controls

108 lines (59 loc) · 3.56 KB

MigrationsConfigLastChange

Properties

Name Type Description Notes
ChangedMigrations Pointer to []string [optional]
CreatedMigrations Pointer to []string [optional]
DeletedMigrations Pointer to []string [optional]

Methods

NewMigrationsConfigLastChange

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

NewMigrationsConfigLastChangeWithDefaults

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

GetChangedMigrations

func (o *MigrationsConfigLastChange) GetChangedMigrations() []string

GetChangedMigrations returns the ChangedMigrations field if non-nil, zero value otherwise.

GetChangedMigrationsOk

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.

SetChangedMigrations

func (o *MigrationsConfigLastChange) SetChangedMigrations(v []string)

SetChangedMigrations sets ChangedMigrations field to given value.

HasChangedMigrations

func (o *MigrationsConfigLastChange) HasChangedMigrations() bool

HasChangedMigrations returns a boolean if a field has been set.

GetCreatedMigrations

func (o *MigrationsConfigLastChange) GetCreatedMigrations() []string

GetCreatedMigrations returns the CreatedMigrations field if non-nil, zero value otherwise.

GetCreatedMigrationsOk

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.

SetCreatedMigrations

func (o *MigrationsConfigLastChange) SetCreatedMigrations(v []string)

SetCreatedMigrations sets CreatedMigrations field to given value.

HasCreatedMigrations

func (o *MigrationsConfigLastChange) HasCreatedMigrations() bool

HasCreatedMigrations returns a boolean if a field has been set.

GetDeletedMigrations

func (o *MigrationsConfigLastChange) GetDeletedMigrations() []string

GetDeletedMigrations returns the DeletedMigrations field if non-nil, zero value otherwise.

GetDeletedMigrationsOk

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.

SetDeletedMigrations

func (o *MigrationsConfigLastChange) SetDeletedMigrations(v []string)

SetDeletedMigrations sets DeletedMigrations field to given value.

HasDeletedMigrations

func (o *MigrationsConfigLastChange) HasDeletedMigrations() bool

HasDeletedMigrations returns a boolean if a field has been set.

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