Name | Type | Description | Notes |
---|---|---|---|
Alg | Pointer to string | [optional] | |
Pointer to string | The Email value | [optional] | |
HashPass | Pointer to string | The password value | [optional] |
func NewEmailPassAccessRules() *EmailPassAccessRules
NewEmailPassAccessRules instantiates a new EmailPassAccessRules 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 NewEmailPassAccessRulesWithDefaults() *EmailPassAccessRules
NewEmailPassAccessRulesWithDefaults instantiates a new EmailPassAccessRules 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 *EmailPassAccessRules) GetAlg() string
GetAlg returns the Alg field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetAlg(v string)
SetAlg sets Alg field to given value.
func (o *EmailPassAccessRules) HasAlg() bool
HasAlg returns a boolean if a field has been set.
func (o *EmailPassAccessRules) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *EmailPassAccessRules) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *EmailPassAccessRules) GetHashPass() string
GetHashPass returns the HashPass field if non-nil, zero value otherwise.
func (o *EmailPassAccessRules) GetHashPassOk() (*string, bool)
GetHashPassOk returns a tuple with the HashPass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailPassAccessRules) SetHashPass(v string)
SetHashPass sets HashPass field to given value.
func (o *EmailPassAccessRules) HasHashPass() bool
HasHashPass returns a boolean if a field has been set.