Name | Type | Description | Notes |
---|---|---|---|
Exponent | string | ||
Modulus | string | ||
UserName | string |
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
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
func (o *ComputeProjectVmPasswordReset) GetExponent() string
GetExponent returns the Exponent field if non-nil, zero value otherwise.
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.
func (o *ComputeProjectVmPasswordReset) SetExponent(v string)
SetExponent sets Exponent field to given value.
func (o *ComputeProjectVmPasswordReset) GetModulus() string
GetModulus returns the Modulus field if non-nil, zero value otherwise.
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.
func (o *ComputeProjectVmPasswordReset) SetModulus(v string)
SetModulus sets Modulus field to given value.
func (o *ComputeProjectVmPasswordReset) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
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.
func (o *ComputeProjectVmPasswordReset) SetUserName(v string)
SetUserName sets UserName field to given value.