Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.76 KB

ComputeProjectVmPasswordReset.md

File metadata and controls

93 lines (50 loc) · 2.76 KB

ComputeProjectVmPasswordReset

Properties

Name Type Description Notes
Exponent string
Modulus string
UserName string

Methods

NewComputeProjectVmPasswordReset

func NewComputeProjectVmPasswordReset(exponent string, modulus string, userName string, ) *ComputeProjectVmPasswordReset

NewComputeProjectVmPasswordReset instantiates a new ComputeProjectVmPasswordReset 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

NewComputeProjectVmPasswordResetWithDefaults

func NewComputeProjectVmPasswordResetWithDefaults() *ComputeProjectVmPasswordReset

NewComputeProjectVmPasswordResetWithDefaults instantiates a new ComputeProjectVmPasswordReset 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

GetExponent

func (o *ComputeProjectVmPasswordReset) GetExponent() string

GetExponent returns the Exponent field if non-nil, zero value otherwise.

GetExponentOk

func (o *ComputeProjectVmPasswordReset) GetExponentOk() (*string, bool)

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

SetExponent

func (o *ComputeProjectVmPasswordReset) SetExponent(v string)

SetExponent sets Exponent field to given value.

GetModulus

func (o *ComputeProjectVmPasswordReset) GetModulus() string

GetModulus returns the Modulus field if non-nil, zero value otherwise.

GetModulusOk

func (o *ComputeProjectVmPasswordReset) GetModulusOk() (*string, bool)

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

SetModulus

func (o *ComputeProjectVmPasswordReset) SetModulus(v string)

SetModulus sets Modulus field to given value.

GetUserName

func (o *ComputeProjectVmPasswordReset) GetUserName() string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

func (o *ComputeProjectVmPasswordReset) GetUserNameOk() (*string, bool)

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

SetUserName

func (o *ComputeProjectVmPasswordReset) SetUserName(v string)

SetUserName sets UserName field to given value.

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