Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 6.78 KB

ResumesResumeConditionFieldsRequiredLengthTitleRegexp.md

File metadata and controls

174 lines (97 loc) · 6.78 KB

ResumesResumeConditionFieldsRequiredLengthTitleRegexp

Properties

Name Type Description Notes
MaxLength Pointer to NullableFloat32 Максимальная длина для текстовых полей. Рассчитывается для текста без символов переноса строки (` `). `null` — если количество не ограничено [optional]
MinLength Pointer to NullableFloat32 Минимальная длина для текстовых полей. Рассчитывается для текста без символов переноса строки (` `). `null` — если количество не ограничено [optional]
Required Pointer to NullableBool Является ли поле необходимым? Для строковых значений поле не должно быть `null` или `""` [optional]
Regexp Pointer to NullableString Регулярное выражение, которому должно отвечать значение поля [optional]

Methods

NewResumesResumeConditionFieldsRequiredLengthTitleRegexp

func NewResumesResumeConditionFieldsRequiredLengthTitleRegexp() *ResumesResumeConditionFieldsRequiredLengthTitleRegexp

NewResumesResumeConditionFieldsRequiredLengthTitleRegexp instantiates a new ResumesResumeConditionFieldsRequiredLengthTitleRegexp 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

NewResumesResumeConditionFieldsRequiredLengthTitleRegexpWithDefaults

func NewResumesResumeConditionFieldsRequiredLengthTitleRegexpWithDefaults() *ResumesResumeConditionFieldsRequiredLengthTitleRegexp

NewResumesResumeConditionFieldsRequiredLengthTitleRegexpWithDefaults instantiates a new ResumesResumeConditionFieldsRequiredLengthTitleRegexp 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

GetMaxLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetMaxLength() float32

GetMaxLength returns the MaxLength field if non-nil, zero value otherwise.

GetMaxLengthOk

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetMaxLengthOk() (*float32, bool)

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

SetMaxLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMaxLength(v float32)

SetMaxLength sets MaxLength field to given value.

HasMaxLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasMaxLength() bool

HasMaxLength returns a boolean if a field has been set.

SetMaxLengthNil

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMaxLengthNil(b bool)

SetMaxLengthNil sets the value for MaxLength to be an explicit nil

UnsetMaxLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetMaxLength()

UnsetMaxLength ensures that no value is present for MaxLength, not even an explicit nil

GetMinLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetMinLength() float32

GetMinLength returns the MinLength field if non-nil, zero value otherwise.

GetMinLengthOk

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetMinLengthOk() (*float32, bool)

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

SetMinLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMinLength(v float32)

SetMinLength sets MinLength field to given value.

HasMinLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasMinLength() bool

HasMinLength returns a boolean if a field has been set.

SetMinLengthNil

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMinLengthNil(b bool)

SetMinLengthNil sets the value for MinLength to be an explicit nil

UnsetMinLength

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetMinLength()

UnsetMinLength ensures that no value is present for MinLength, not even an explicit nil

GetRequired

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetRequired() bool

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

GetRequiredOk

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) 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 *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRequired(v bool)

SetRequired sets Required field to given value.

HasRequired

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasRequired() bool

HasRequired returns a boolean if a field has been set.

SetRequiredNil

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRequiredNil(b bool)

SetRequiredNil sets the value for Required to be an explicit nil

UnsetRequired

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetRequired()

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

GetRegexp

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetRegexp() string

GetRegexp returns the Regexp field if non-nil, zero value otherwise.

GetRegexpOk

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetRegexpOk() (*string, bool)

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

SetRegexp

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRegexp(v string)

SetRegexp sets Regexp field to given value.

HasRegexp

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasRegexp() bool

HasRegexp returns a boolean if a field has been set.

SetRegexpNil

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRegexpNil(b bool)

SetRegexpNil sets the value for Regexp to be an explicit nil

UnsetRegexp

func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetRegexp()

UnsetRegexp ensures that no value is present for Regexp, not even an explicit nil

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