Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.17 KB

PasswordPolicyRecoveryEmailProperties.md

File metadata and controls

56 lines (31 loc) · 2.17 KB

PasswordPolicyRecoveryEmailProperties

Properties

Name Type Description Notes
RecoveryToken Pointer to PasswordPolicyRecoveryEmailRecoveryToken [optional]

Methods

NewPasswordPolicyRecoveryEmailProperties

func NewPasswordPolicyRecoveryEmailProperties() *PasswordPolicyRecoveryEmailProperties

NewPasswordPolicyRecoveryEmailProperties instantiates a new PasswordPolicyRecoveryEmailProperties 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

NewPasswordPolicyRecoveryEmailPropertiesWithDefaults

func NewPasswordPolicyRecoveryEmailPropertiesWithDefaults() *PasswordPolicyRecoveryEmailProperties

NewPasswordPolicyRecoveryEmailPropertiesWithDefaults instantiates a new PasswordPolicyRecoveryEmailProperties 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

GetRecoveryToken

func (o *PasswordPolicyRecoveryEmailProperties) GetRecoveryToken() PasswordPolicyRecoveryEmailRecoveryToken

GetRecoveryToken returns the RecoveryToken field if non-nil, zero value otherwise.

GetRecoveryTokenOk

func (o *PasswordPolicyRecoveryEmailProperties) GetRecoveryTokenOk() (*PasswordPolicyRecoveryEmailRecoveryToken, bool)

GetRecoveryTokenOk returns a tuple with the RecoveryToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRecoveryToken

func (o *PasswordPolicyRecoveryEmailProperties) SetRecoveryToken(v PasswordPolicyRecoveryEmailRecoveryToken)

SetRecoveryToken sets RecoveryToken field to given value.

HasRecoveryToken

func (o *PasswordPolicyRecoveryEmailProperties) HasRecoveryToken() bool

HasRecoveryToken returns a boolean if a field has been set.

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