Name | Type | Description | Notes |
---|---|---|---|
Created | []HypervisorConsumerDTO | ||
Updated | []HypervisorConsumerDTO | ||
Unchanged | []HypervisorConsumerDTO | ||
FailedUpdate | []string |
func NewHypervisorUpdateResultDTO(created []HypervisorConsumerDTO, updated []HypervisorConsumerDTO, unchanged []HypervisorConsumerDTO, failedUpdate []string, ) *HypervisorUpdateResultDTO
NewHypervisorUpdateResultDTO instantiates a new HypervisorUpdateResultDTO 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 NewHypervisorUpdateResultDTOWithDefaults() *HypervisorUpdateResultDTO
NewHypervisorUpdateResultDTOWithDefaults instantiates a new HypervisorUpdateResultDTO 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 *HypervisorUpdateResultDTO) GetCreated() []HypervisorConsumerDTO
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *HypervisorUpdateResultDTO) GetCreatedOk() (*[]HypervisorConsumerDTO, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HypervisorUpdateResultDTO) SetCreated(v []HypervisorConsumerDTO)
SetCreated sets Created field to given value.
func (o *HypervisorUpdateResultDTO) GetUpdated() []HypervisorConsumerDTO
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *HypervisorUpdateResultDTO) GetUpdatedOk() (*[]HypervisorConsumerDTO, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HypervisorUpdateResultDTO) SetUpdated(v []HypervisorConsumerDTO)
SetUpdated sets Updated field to given value.
func (o *HypervisorUpdateResultDTO) GetUnchanged() []HypervisorConsumerDTO
GetUnchanged returns the Unchanged field if non-nil, zero value otherwise.
func (o *HypervisorUpdateResultDTO) GetUnchangedOk() (*[]HypervisorConsumerDTO, bool)
GetUnchangedOk returns a tuple with the Unchanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HypervisorUpdateResultDTO) SetUnchanged(v []HypervisorConsumerDTO)
SetUnchanged sets Unchanged field to given value.
func (o *HypervisorUpdateResultDTO) GetFailedUpdate() []string
GetFailedUpdate returns the FailedUpdate field if non-nil, zero value otherwise.
func (o *HypervisorUpdateResultDTO) GetFailedUpdateOk() (*[]string, bool)
GetFailedUpdateOk returns a tuple with the FailedUpdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HypervisorUpdateResultDTO) SetFailedUpdate(v []string)
SetFailedUpdate sets FailedUpdate field to given value.