Name | Type | Description | Notes |
---|---|---|---|
Required | Pointer to NullableBool | Является ли поле необходимым? | [optional] |
Fields | Pointer to NullableVacanciesVacancyConditionFieldsTestFields | [optional] |
func NewVacanciesVacancyConditionFieldsTestCondition() *VacanciesVacancyConditionFieldsTestCondition
NewVacanciesVacancyConditionFieldsTestCondition instantiates a new VacanciesVacancyConditionFieldsTestCondition 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 NewVacanciesVacancyConditionFieldsTestConditionWithDefaults() *VacanciesVacancyConditionFieldsTestCondition
NewVacanciesVacancyConditionFieldsTestConditionWithDefaults instantiates a new VacanciesVacancyConditionFieldsTestCondition 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 *VacanciesVacancyConditionFieldsTestCondition) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *VacanciesVacancyConditionFieldsTestCondition) 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 *VacanciesVacancyConditionFieldsTestCondition) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *VacanciesVacancyConditionFieldsTestCondition) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (o *VacanciesVacancyConditionFieldsTestCondition) SetRequiredNil(b bool)
SetRequiredNil sets the value for Required to be an explicit nil
func (o *VacanciesVacancyConditionFieldsTestCondition) UnsetRequired()
UnsetRequired ensures that no value is present for Required, not even an explicit nil
func (o *VacanciesVacancyConditionFieldsTestCondition) GetFields() VacanciesVacancyConditionFieldsTestFields
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *VacanciesVacancyConditionFieldsTestCondition) GetFieldsOk() (*VacanciesVacancyConditionFieldsTestFields, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VacanciesVacancyConditionFieldsTestCondition) SetFields(v VacanciesVacancyConditionFieldsTestFields)
SetFields sets Fields field to given value.
func (o *VacanciesVacancyConditionFieldsTestCondition) HasFields() bool
HasFields returns a boolean if a field has been set.
func (o *VacanciesVacancyConditionFieldsTestCondition) SetFieldsNil(b bool)
SetFieldsNil sets the value for Fields to be an explicit nil
func (o *VacanciesVacancyConditionFieldsTestCondition) UnsetFields()
UnsetFields ensures that no value is present for Fields, not even an explicit nil