| Name | Type | Description | Notes |
|---|---|---|---|
| HasPassword | Pointer to bool | [optional] |
func NewGetUserSettingsPassword2XXResponse() *GetUserSettingsPassword2XXResponse
NewGetUserSettingsPassword2XXResponse instantiates a new GetUserSettingsPassword2XXResponse 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 NewGetUserSettingsPassword2XXResponseWithDefaults() *GetUserSettingsPassword2XXResponse
NewGetUserSettingsPassword2XXResponseWithDefaults instantiates a new GetUserSettingsPassword2XXResponse 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 *GetUserSettingsPassword2XXResponse) GetHasPassword() bool
GetHasPassword returns the HasPassword field if non-nil, zero value otherwise.
func (o *GetUserSettingsPassword2XXResponse) GetHasPasswordOk() (*bool, bool)
GetHasPasswordOk returns a tuple with the HasPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserSettingsPassword2XXResponse) SetHasPassword(v bool)
SetHasPassword sets HasPassword field to given value.
func (o *GetUserSettingsPassword2XXResponse) HasHasPassword() bool
HasHasPassword returns a boolean if a field has been set.