Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.17 KB

MigrationStatus.md

File metadata and controls

108 lines (59 loc) · 3.17 KB

MigrationStatus

Properties

Name Type Description Notes
LastMessages Pointer to map[string]string [optional]
LastReports Pointer to map[string]string [optional]
LastStatuses Pointer to map[string]string [optional]

Methods

NewMigrationStatus

func NewMigrationStatus() *MigrationStatus

NewMigrationStatus instantiates a new MigrationStatus 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

NewMigrationStatusWithDefaults

func NewMigrationStatusWithDefaults() *MigrationStatus

NewMigrationStatusWithDefaults instantiates a new MigrationStatus 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

GetLastMessages

func (o *MigrationStatus) GetLastMessages() map[string]string

GetLastMessages returns the LastMessages field if non-nil, zero value otherwise.

GetLastMessagesOk

func (o *MigrationStatus) GetLastMessagesOk() (*map[string]string, bool)

GetLastMessagesOk returns a tuple with the LastMessages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastMessages

func (o *MigrationStatus) SetLastMessages(v map[string]string)

SetLastMessages sets LastMessages field to given value.

HasLastMessages

func (o *MigrationStatus) HasLastMessages() bool

HasLastMessages returns a boolean if a field has been set.

GetLastReports

func (o *MigrationStatus) GetLastReports() map[string]string

GetLastReports returns the LastReports field if non-nil, zero value otherwise.

GetLastReportsOk

func (o *MigrationStatus) GetLastReportsOk() (*map[string]string, bool)

GetLastReportsOk returns a tuple with the LastReports field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastReports

func (o *MigrationStatus) SetLastReports(v map[string]string)

SetLastReports sets LastReports field to given value.

HasLastReports

func (o *MigrationStatus) HasLastReports() bool

HasLastReports returns a boolean if a field has been set.

GetLastStatuses

func (o *MigrationStatus) GetLastStatuses() map[string]string

GetLastStatuses returns the LastStatuses field if non-nil, zero value otherwise.

GetLastStatusesOk

func (o *MigrationStatus) GetLastStatusesOk() (*map[string]string, bool)

GetLastStatusesOk returns a tuple with the LastStatuses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastStatuses

func (o *MigrationStatus) SetLastStatuses(v map[string]string)

SetLastStatuses sets LastStatuses field to given value.

HasLastStatuses

func (o *MigrationStatus) HasLastStatuses() bool

HasLastStatuses returns a boolean if a field has been set.

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