Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to CredentialType | [optional] | |
Username | Pointer to string | [optional] | |
Password | Pointer to string | [optional] |
func NewGetCredentialResult() *GetCredentialResult
NewGetCredentialResult instantiates a new GetCredentialResult 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 NewGetCredentialResultWithDefaults() *GetCredentialResult
NewGetCredentialResultWithDefaults instantiates a new GetCredentialResult 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 *GetCredentialResult) GetType() CredentialType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetCredentialResult) GetTypeOk() (*CredentialType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCredentialResult) SetType(v CredentialType)
SetType sets Type field to given value.
func (o *GetCredentialResult) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetCredentialResult) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *GetCredentialResult) 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 *GetCredentialResult) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *GetCredentialResult) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *GetCredentialResult) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *GetCredentialResult) 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.
func (o *GetCredentialResult) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *GetCredentialResult) HasPassword() bool
HasPassword returns a boolean if a field has been set.