Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.23 KB

ComputerInventoryRecoveryLockPasswordResponse.md

File metadata and controls

56 lines (31 loc) · 2.23 KB

ComputerInventoryRecoveryLockPasswordResponse

Properties

Name Type Description Notes
RecoveryLockPassword Pointer to string [optional] [readonly]

Methods

NewComputerInventoryRecoveryLockPasswordResponse

func NewComputerInventoryRecoveryLockPasswordResponse() *ComputerInventoryRecoveryLockPasswordResponse

NewComputerInventoryRecoveryLockPasswordResponse instantiates a new ComputerInventoryRecoveryLockPasswordResponse 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

NewComputerInventoryRecoveryLockPasswordResponseWithDefaults

func NewComputerInventoryRecoveryLockPasswordResponseWithDefaults() *ComputerInventoryRecoveryLockPasswordResponse

NewComputerInventoryRecoveryLockPasswordResponseWithDefaults instantiates a new ComputerInventoryRecoveryLockPasswordResponse 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

GetRecoveryLockPassword

func (o *ComputerInventoryRecoveryLockPasswordResponse) GetRecoveryLockPassword() string

GetRecoveryLockPassword returns the RecoveryLockPassword field if non-nil, zero value otherwise.

GetRecoveryLockPasswordOk

func (o *ComputerInventoryRecoveryLockPasswordResponse) GetRecoveryLockPasswordOk() (*string, bool)

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

SetRecoveryLockPassword

func (o *ComputerInventoryRecoveryLockPasswordResponse) SetRecoveryLockPassword(v string)

SetRecoveryLockPassword sets RecoveryLockPassword field to given value.

HasRecoveryLockPassword

func (o *ComputerInventoryRecoveryLockPasswordResponse) HasRecoveryLockPassword() bool

HasRecoveryLockPassword returns a boolean if a field has been set.

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