Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.95 KB

File metadata and controls

108 lines (59 loc) · 3.95 KB

ManageReinstallResponseErrorSoftwareVariableErrorValueError

Properties

Name Type Description Notes
Variable Pointer to string [optional]
ErrorTextRu Pointer to string [optional]
ErrorTextEn Pointer to string [optional]

Methods

NewManageReinstallResponseErrorSoftwareVariableErrorValueError

func NewManageReinstallResponseErrorSoftwareVariableErrorValueError() *ManageReinstallResponseErrorSoftwareVariableErrorValueError

NewManageReinstallResponseErrorSoftwareVariableErrorValueError instantiates a new ManageReinstallResponseErrorSoftwareVariableErrorValueError 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

NewManageReinstallResponseErrorSoftwareVariableErrorValueErrorWithDefaults

func NewManageReinstallResponseErrorSoftwareVariableErrorValueErrorWithDefaults() *ManageReinstallResponseErrorSoftwareVariableErrorValueError

NewManageReinstallResponseErrorSoftwareVariableErrorValueErrorWithDefaults instantiates a new ManageReinstallResponseErrorSoftwareVariableErrorValueError 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

GetVariable

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetVariable() string

GetVariable returns the Variable field if non-nil, zero value otherwise.

GetVariableOk

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetVariableOk() (*string, bool)

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

SetVariable

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) SetVariable(v string)

SetVariable sets Variable field to given value.

HasVariable

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) HasVariable() bool

HasVariable returns a boolean if a field has been set.

GetErrorTextRu

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetErrorTextRu() string

GetErrorTextRu returns the ErrorTextRu field if non-nil, zero value otherwise.

GetErrorTextRuOk

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetErrorTextRuOk() (*string, bool)

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

SetErrorTextRu

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) SetErrorTextRu(v string)

SetErrorTextRu sets ErrorTextRu field to given value.

HasErrorTextRu

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) HasErrorTextRu() bool

HasErrorTextRu returns a boolean if a field has been set.

GetErrorTextEn

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetErrorTextEn() string

GetErrorTextEn returns the ErrorTextEn field if non-nil, zero value otherwise.

GetErrorTextEnOk

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetErrorTextEnOk() (*string, bool)

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

SetErrorTextEn

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) SetErrorTextEn(v string)

SetErrorTextEn sets ErrorTextEn field to given value.

HasErrorTextEn

func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) HasErrorTextEn() bool

HasErrorTextEn returns a boolean if a field has been set.

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