| Name | Type | Description | Notes |
|---|---|---|---|
| Variable | Pointer to string | [optional] | |
| ErrorTextRu | Pointer to string | [optional] | |
| ErrorTextEn | Pointer to string | [optional] |
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
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
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetVariable() string
GetVariable returns the Variable field if non-nil, zero value otherwise.
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.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) SetVariable(v string)
SetVariable sets Variable field to given value.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) HasVariable() bool
HasVariable returns a boolean if a field has been set.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetErrorTextRu() string
GetErrorTextRu returns the ErrorTextRu field if non-nil, zero value otherwise.
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.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) SetErrorTextRu(v string)
SetErrorTextRu sets ErrorTextRu field to given value.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) HasErrorTextRu() bool
HasErrorTextRu returns a boolean if a field has been set.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) GetErrorTextEn() string
GetErrorTextEn returns the ErrorTextEn field if non-nil, zero value otherwise.
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.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) SetErrorTextEn(v string)
SetErrorTextEn sets ErrorTextEn field to given value.
func (o *ManageReinstallResponseErrorSoftwareVariableErrorValueError) HasErrorTextEn() bool
HasErrorTextEn returns a boolean if a field has been set.