Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.44 KB

File metadata and controls

82 lines (45 loc) · 2.44 KB

AccessKeyRequestLoginPassword

Properties

Name Type Description Notes
Password Pointer to string [optional]
Login Pointer to string [optional]

Methods

NewAccessKeyRequestLoginPassword

func NewAccessKeyRequestLoginPassword() *AccessKeyRequestLoginPassword

NewAccessKeyRequestLoginPassword instantiates a new AccessKeyRequestLoginPassword 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

NewAccessKeyRequestLoginPasswordWithDefaults

func NewAccessKeyRequestLoginPasswordWithDefaults() *AccessKeyRequestLoginPassword

NewAccessKeyRequestLoginPasswordWithDefaults instantiates a new AccessKeyRequestLoginPassword 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

GetPassword

func (o *AccessKeyRequestLoginPassword) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

func (o *AccessKeyRequestLoginPassword) GetPasswordOk() (*string, bool)

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

SetPassword

func (o *AccessKeyRequestLoginPassword) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *AccessKeyRequestLoginPassword) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetLogin

func (o *AccessKeyRequestLoginPassword) GetLogin() string

GetLogin returns the Login field if non-nil, zero value otherwise.

GetLoginOk

func (o *AccessKeyRequestLoginPassword) GetLoginOk() (*string, bool)

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

SetLogin

func (o *AccessKeyRequestLoginPassword) SetLogin(v string)

SetLogin sets Login field to given value.

HasLogin

func (o *AccessKeyRequestLoginPassword) HasLogin() bool

HasLogin returns a boolean if a field has been set.

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