Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.67 KB

PasswordPolicyRecoveryEmail.md

File metadata and controls

82 lines (45 loc) · 2.67 KB

PasswordPolicyRecoveryEmail

Properties

Name Type Description Notes
Properties Pointer to PasswordPolicyRecoveryEmailProperties [optional]
Status Pointer to LifecycleStatus [optional]

Methods

NewPasswordPolicyRecoveryEmail

func NewPasswordPolicyRecoveryEmail() *PasswordPolicyRecoveryEmail

NewPasswordPolicyRecoveryEmail instantiates a new PasswordPolicyRecoveryEmail 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

NewPasswordPolicyRecoveryEmailWithDefaults

func NewPasswordPolicyRecoveryEmailWithDefaults() *PasswordPolicyRecoveryEmail

NewPasswordPolicyRecoveryEmailWithDefaults instantiates a new PasswordPolicyRecoveryEmail 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

GetProperties

func (o *PasswordPolicyRecoveryEmail) GetProperties() PasswordPolicyRecoveryEmailProperties

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *PasswordPolicyRecoveryEmail) GetPropertiesOk() (*PasswordPolicyRecoveryEmailProperties, bool)

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

SetProperties

func (o *PasswordPolicyRecoveryEmail) SetProperties(v PasswordPolicyRecoveryEmailProperties)

SetProperties sets Properties field to given value.

HasProperties

func (o *PasswordPolicyRecoveryEmail) HasProperties() bool

HasProperties returns a boolean if a field has been set.

GetStatus

func (o *PasswordPolicyRecoveryEmail) GetStatus() LifecycleStatus

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *PasswordPolicyRecoveryEmail) GetStatusOk() (*LifecycleStatus, bool)

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

SetStatus

func (o *PasswordPolicyRecoveryEmail) SetStatus(v LifecycleStatus)

SetStatus sets Status field to given value.

HasStatus

func (o *PasswordPolicyRecoveryEmail) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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