UserPassword
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewUserPassword(algorithm string, hash string, ) *UserPassword
NewUserPassword instantiates a new UserPassword 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 NewUserPasswordWithDefaults() *UserPassword
NewUserPasswordWithDefaults instantiates a new UserPassword 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 *UserPassword) GetAlgorithm() string
GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.
func (o *UserPassword) GetAlgorithmOk() (*string, bool)
GetAlgorithmOk returns a tuple with the Algorithm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserPassword) SetAlgorithm(v string)
SetAlgorithm sets Algorithm field to given value.
func (o *UserPassword) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *UserPassword) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserPassword) SetHash(v string)
SetHash sets Hash field to given value.
Algorithm
string
Hash
string