Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.64 KB

VacanciesVacancyConditionFieldsTestCondition.md

File metadata and controls

102 lines (57 loc) · 3.64 KB

VacanciesVacancyConditionFieldsTestCondition

Properties

Name Type Description Notes
Required Pointer to NullableBool Является ли поле необходимым? [optional]
Fields Pointer to NullableVacanciesVacancyConditionFieldsTestFields [optional]

Methods

NewVacanciesVacancyConditionFieldsTestCondition

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

NewVacanciesVacancyConditionFieldsTestConditionWithDefaults

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

GetRequired

func (o *VacanciesVacancyConditionFieldsTestCondition) GetRequired() bool

GetRequired returns the Required field if non-nil, zero value otherwise.

GetRequiredOk

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.

SetRequired

func (o *VacanciesVacancyConditionFieldsTestCondition) SetRequired(v bool)

SetRequired sets Required field to given value.

HasRequired

func (o *VacanciesVacancyConditionFieldsTestCondition) HasRequired() bool

HasRequired returns a boolean if a field has been set.

SetRequiredNil

func (o *VacanciesVacancyConditionFieldsTestCondition) SetRequiredNil(b bool)

SetRequiredNil sets the value for Required to be an explicit nil

UnsetRequired

func (o *VacanciesVacancyConditionFieldsTestCondition) UnsetRequired()

UnsetRequired ensures that no value is present for Required, not even an explicit nil

GetFields

func (o *VacanciesVacancyConditionFieldsTestCondition) GetFields() VacanciesVacancyConditionFieldsTestFields

GetFields returns the Fields field if non-nil, zero value otherwise.

GetFieldsOk

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.

SetFields

func (o *VacanciesVacancyConditionFieldsTestCondition) SetFields(v VacanciesVacancyConditionFieldsTestFields)

SetFields sets Fields field to given value.

HasFields

func (o *VacanciesVacancyConditionFieldsTestCondition) HasFields() bool

HasFields returns a boolean if a field has been set.

SetFieldsNil

func (o *VacanciesVacancyConditionFieldsTestCondition) SetFieldsNil(b bool)

SetFieldsNil sets the value for Fields to be an explicit nil

UnsetFields

func (o *VacanciesVacancyConditionFieldsTestCondition) UnsetFields()

UnsetFields ensures that no value is present for Fields, not even an explicit nil

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