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] |
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
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
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetMaxLength() float32
GetMaxLength returns the MaxLength field if non-nil, zero value otherwise.
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.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMaxLength(v float32)
SetMaxLength sets MaxLength field to given value.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasMaxLength() bool
HasMaxLength returns a boolean if a field has been set.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMaxLengthNil(b bool)
SetMaxLengthNil sets the value for MaxLength to be an explicit nil
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetMaxLength()
UnsetMaxLength ensures that no value is present for MaxLength, not even an explicit nil
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetMinLength() float32
GetMinLength returns the MinLength field if non-nil, zero value otherwise.
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.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMinLength(v float32)
SetMinLength sets MinLength field to given value.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasMinLength() bool
HasMinLength returns a boolean if a field has been set.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetMinLengthNil(b bool)
SetMinLengthNil sets the value for MinLength to be an explicit nil
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetMinLength()
UnsetMinLength ensures that no value is present for MinLength, not even an explicit nil
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
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.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRequiredNil(b bool)
SetRequiredNil sets the value for Required to be an explicit nil
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetRequired()
UnsetRequired ensures that no value is present for Required, not even an explicit nil
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) GetRegexp() string
GetRegexp returns the Regexp field if non-nil, zero value otherwise.
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.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRegexp(v string)
SetRegexp sets Regexp field to given value.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) HasRegexp() bool
HasRegexp returns a boolean if a field has been set.
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) SetRegexpNil(b bool)
SetRegexpNil sets the value for Regexp to be an explicit nil
func (o *ResumesResumeConditionFieldsRequiredLengthTitleRegexp) UnsetRegexp()
UnsetRegexp ensures that no value is present for Regexp, not even an explicit nil