Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.91 KB

File metadata and controls

56 lines (31 loc) · 1.91 KB

GetUserSettingsPassword2XXResponse

Properties

Name Type Description Notes
HasPassword Pointer to bool [optional]

Methods

NewGetUserSettingsPassword2XXResponse

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

NewGetUserSettingsPassword2XXResponseWithDefaults

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

GetHasPassword

func (o *GetUserSettingsPassword2XXResponse) GetHasPassword() bool

GetHasPassword returns the HasPassword field if non-nil, zero value otherwise.

GetHasPasswordOk

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.

SetHasPassword

func (o *GetUserSettingsPassword2XXResponse) SetHasPassword(v bool)

SetHasPassword sets HasPassword field to given value.

HasHasPassword

func (o *GetUserSettingsPassword2XXResponse) HasHasPassword() bool

HasHasPassword returns a boolean if a field has been set.

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