Name | Type | Description | Notes |
---|---|---|---|
Errors | Pointer to []string | [optional] | |
Warnings | Pointer to []string | [optional] |
func NewApiMoveApplicationResponseDTOV2() *ApiMoveApplicationResponseDTOV2
NewApiMoveApplicationResponseDTOV2 instantiates a new ApiMoveApplicationResponseDTOV2 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 NewApiMoveApplicationResponseDTOV2WithDefaults() *ApiMoveApplicationResponseDTOV2
NewApiMoveApplicationResponseDTOV2WithDefaults instantiates a new ApiMoveApplicationResponseDTOV2 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 *ApiMoveApplicationResponseDTOV2) GetErrors() []string
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *ApiMoveApplicationResponseDTOV2) GetErrorsOk() (*[]string, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiMoveApplicationResponseDTOV2) SetErrors(v []string)
SetErrors sets Errors field to given value.
func (o *ApiMoveApplicationResponseDTOV2) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *ApiMoveApplicationResponseDTOV2) GetWarnings() []string
GetWarnings returns the Warnings field if non-nil, zero value otherwise.
func (o *ApiMoveApplicationResponseDTOV2) GetWarningsOk() (*[]string, bool)
GetWarningsOk returns a tuple with the Warnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiMoveApplicationResponseDTOV2) SetWarnings(v []string)
SetWarnings sets Warnings field to given value.
func (o *ApiMoveApplicationResponseDTOV2) HasWarnings() bool
HasWarnings returns a boolean if a field has been set.