Name | Type | Description | Notes |
---|---|---|---|
MaxValue | Pointer to NullableFloat32 | Максимальное значение | [optional] |
MinValue | Pointer to NullableFloat32 | Минимальное значение | [optional] |
Required | Pointer to NullableBool | Является ли поле необходимым? | [optional] |
func NewVacanciesVacancyConditionFieldsRequiredValueWithTitle() *VacanciesVacancyConditionFieldsRequiredValueWithTitle
NewVacanciesVacancyConditionFieldsRequiredValueWithTitle instantiates a new VacanciesVacancyConditionFieldsRequiredValueWithTitle 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 NewVacanciesVacancyConditionFieldsRequiredValueWithTitleWithDefaults() *VacanciesVacancyConditionFieldsRequiredValueWithTitle
NewVacanciesVacancyConditionFieldsRequiredValueWithTitleWithDefaults instantiates a new VacanciesVacancyConditionFieldsRequiredValueWithTitle 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 *VacanciesVacancyConditionFieldsRequiredValueWithTitle) GetMaxValue() float32
GetMaxValue returns the MaxValue field if non-nil, zero value otherwise.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) GetMaxValueOk() (*float32, bool)
GetMaxValueOk returns a tuple with the MaxValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) SetMaxValue(v float32)
SetMaxValue sets MaxValue field to given value.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) HasMaxValue() bool
HasMaxValue returns a boolean if a field has been set.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) SetMaxValueNil(b bool)
SetMaxValueNil sets the value for MaxValue to be an explicit nil
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) UnsetMaxValue()
UnsetMaxValue ensures that no value is present for MaxValue, not even an explicit nil
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) GetMinValue() float32
GetMinValue returns the MinValue field if non-nil, zero value otherwise.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) GetMinValueOk() (*float32, bool)
GetMinValueOk returns a tuple with the MinValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) SetMinValue(v float32)
SetMinValue sets MinValue field to given value.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) HasMinValue() bool
HasMinValue returns a boolean if a field has been set.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) SetMinValueNil(b bool)
SetMinValueNil sets the value for MinValue to be an explicit nil
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) UnsetMinValue()
UnsetMinValue ensures that no value is present for MinValue, not even an explicit nil
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) SetRequiredNil(b bool)
SetRequiredNil sets the value for Required to be an explicit nil
func (o *VacanciesVacancyConditionFieldsRequiredValueWithTitle) UnsetRequired()
UnsetRequired ensures that no value is present for Required, not even an explicit nil