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] |
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
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
func (o *MigrationStatus) GetLastMessages() map[string]string
GetLastMessages returns the LastMessages field if non-nil, zero value otherwise.
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.
func (o *MigrationStatus) SetLastMessages(v map[string]string)
SetLastMessages sets LastMessages field to given value.
func (o *MigrationStatus) HasLastMessages() bool
HasLastMessages returns a boolean if a field has been set.
func (o *MigrationStatus) GetLastReports() map[string]string
GetLastReports returns the LastReports field if non-nil, zero value otherwise.
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.
func (o *MigrationStatus) SetLastReports(v map[string]string)
SetLastReports sets LastReports field to given value.
func (o *MigrationStatus) HasLastReports() bool
HasLastReports returns a boolean if a field has been set.
func (o *MigrationStatus) GetLastStatuses() map[string]string
GetLastStatuses returns the LastStatuses field if non-nil, zero value otherwise.
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.
func (o *MigrationStatus) SetLastStatuses(v map[string]string)
SetLastStatuses sets LastStatuses field to given value.
func (o *MigrationStatus) HasLastStatuses() bool
HasLastStatuses returns a boolean if a field has been set.