Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.95 KB

PostComputerPrestageV2AllOf.md

File metadata and controls

56 lines (31 loc) · 1.95 KB

PostComputerPrestageV2AllOf

Properties

Name Type Description Notes
RecoveryLockPassword Pointer to string [optional]

Methods

NewPostComputerPrestageV2AllOf

func NewPostComputerPrestageV2AllOf() *PostComputerPrestageV2AllOf

NewPostComputerPrestageV2AllOf instantiates a new PostComputerPrestageV2AllOf 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

NewPostComputerPrestageV2AllOfWithDefaults

func NewPostComputerPrestageV2AllOfWithDefaults() *PostComputerPrestageV2AllOf

NewPostComputerPrestageV2AllOfWithDefaults instantiates a new PostComputerPrestageV2AllOf 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 *PostComputerPrestageV2AllOf) GetRecoveryLockPassword() string

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

GetRecoveryLockPasswordOk

func (o *PostComputerPrestageV2AllOf) 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 *PostComputerPrestageV2AllOf) SetRecoveryLockPassword(v string)

SetRecoveryLockPassword sets RecoveryLockPassword field to given value.

HasRecoveryLockPassword

func (o *PostComputerPrestageV2AllOf) HasRecoveryLockPassword() bool

HasRecoveryLockPassword returns a boolean if a field has been set.

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