Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

ApiMoveApplicationResponseDTOV2.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

ApiMoveApplicationResponseDTOV2

Properties

Name Type Description Notes
Errors Pointer to []string [optional]
Warnings Pointer to []string [optional]

Methods

NewApiMoveApplicationResponseDTOV2

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

NewApiMoveApplicationResponseDTOV2WithDefaults

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

GetErrors

func (o *ApiMoveApplicationResponseDTOV2) GetErrors() []string

GetErrors returns the Errors field if non-nil, zero value otherwise.

GetErrorsOk

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.

SetErrors

func (o *ApiMoveApplicationResponseDTOV2) SetErrors(v []string)

SetErrors sets Errors field to given value.

HasErrors

func (o *ApiMoveApplicationResponseDTOV2) HasErrors() bool

HasErrors returns a boolean if a field has been set.

GetWarnings

func (o *ApiMoveApplicationResponseDTOV2) GetWarnings() []string

GetWarnings returns the Warnings field if non-nil, zero value otherwise.

GetWarningsOk

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.

SetWarnings

func (o *ApiMoveApplicationResponseDTOV2) SetWarnings(v []string)

SetWarnings sets Warnings field to given value.

HasWarnings

func (o *ApiMoveApplicationResponseDTOV2) HasWarnings() bool

HasWarnings returns a boolean if a field has been set.

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