Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.98 KB

PasswordPolicyRecoveryQuestionComplexity.md

File metadata and controls

56 lines (31 loc) · 1.98 KB

PasswordPolicyRecoveryQuestionComplexity

Properties

Name Type Description Notes
MinLength Pointer to int32 [optional] [readonly]

Methods

NewPasswordPolicyRecoveryQuestionComplexity

func NewPasswordPolicyRecoveryQuestionComplexity() *PasswordPolicyRecoveryQuestionComplexity

NewPasswordPolicyRecoveryQuestionComplexity instantiates a new PasswordPolicyRecoveryQuestionComplexity 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

NewPasswordPolicyRecoveryQuestionComplexityWithDefaults

func NewPasswordPolicyRecoveryQuestionComplexityWithDefaults() *PasswordPolicyRecoveryQuestionComplexity

NewPasswordPolicyRecoveryQuestionComplexityWithDefaults instantiates a new PasswordPolicyRecoveryQuestionComplexity 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

GetMinLength

func (o *PasswordPolicyRecoveryQuestionComplexity) GetMinLength() int32

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

GetMinLengthOk

func (o *PasswordPolicyRecoveryQuestionComplexity) GetMinLengthOk() (*int32, 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 *PasswordPolicyRecoveryQuestionComplexity) SetMinLength(v int32)

SetMinLength sets MinLength field to given value.

HasMinLength

func (o *PasswordPolicyRecoveryQuestionComplexity) HasMinLength() bool

HasMinLength returns a boolean if a field has been set.

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