# UserPassword

## Properties

| Name          | Type       | Description | Notes |
| ------------- | ---------- | ----------- | ----- |
| **Algorithm** | **string** |             |       |
| **Hash**      | **string** |             |       |

## Methods

### NewUserPassword

`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

### NewUserPasswordWithDefaults

`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

### GetAlgorithm

`func (o *UserPassword) GetAlgorithm() string`

GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.

### GetAlgorithmOk

`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.

### SetAlgorithm

`func (o *UserPassword) SetAlgorithm(v string)`

SetAlgorithm sets Algorithm field to given value.

### GetHash

`func (o *UserPassword) GetHash() string`

GetHash returns the Hash field if non-nil, zero value otherwise.

### GetHashOk

`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.

### SetHash

`func (o *UserPassword) SetHash(v string)`

SetHash sets Hash field to given value.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/inmemorydb-sdk-golang/docs/models/userpassword.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
