Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

ExportApplianceRes.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

ExportApplianceRes

Properties

Name Type Description Notes
Base64value Pointer to string [optional]
Error Pointer to string [optional]
ValidationErrors Pointer to []string [optional]

Methods

NewExportApplianceRes

func NewExportApplianceRes() *ExportApplianceRes

NewExportApplianceRes instantiates a new ExportApplianceRes 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

NewExportApplianceResWithDefaults

func NewExportApplianceResWithDefaults() *ExportApplianceRes

NewExportApplianceResWithDefaults instantiates a new ExportApplianceRes 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

GetBase64value

func (o *ExportApplianceRes) GetBase64value() string

GetBase64value returns the Base64value field if non-nil, zero value otherwise.

GetBase64valueOk

func (o *ExportApplianceRes) GetBase64valueOk() (*string, bool)

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

SetBase64value

func (o *ExportApplianceRes) SetBase64value(v string)

SetBase64value sets Base64value field to given value.

HasBase64value

func (o *ExportApplianceRes) HasBase64value() bool

HasBase64value returns a boolean if a field has been set.

GetError

func (o *ExportApplianceRes) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *ExportApplianceRes) GetErrorOk() (*string, bool)

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

SetError

func (o *ExportApplianceRes) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *ExportApplianceRes) HasError() bool

HasError returns a boolean if a field has been set.

GetValidationErrors

func (o *ExportApplianceRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.

GetValidationErrorsOk

func (o *ExportApplianceRes) GetValidationErrorsOk() (*[]string, bool)

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

SetValidationErrors

func (o *ExportApplianceRes) SetValidationErrors(v []string)

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *ExportApplianceRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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