Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.13 KB

File metadata and controls

108 lines (59 loc) · 3.13 KB

RepositorySpecCredentials

Properties

Name Type Description Notes
Password Pointer to string [optional]
Username Pointer to string [optional]
PrivateKey Pointer to string [optional]

Methods

NewRepositorySpecCredentials

func NewRepositorySpecCredentials() *RepositorySpecCredentials

NewRepositorySpecCredentials instantiates a new RepositorySpecCredentials 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

NewRepositorySpecCredentialsWithDefaults

func NewRepositorySpecCredentialsWithDefaults() *RepositorySpecCredentials

NewRepositorySpecCredentialsWithDefaults instantiates a new RepositorySpecCredentials 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 *RepositorySpecCredentials) GetPassword() string

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

GetPasswordOk

func (o *RepositorySpecCredentials) 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 *RepositorySpecCredentials) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *RepositorySpecCredentials) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetUsername

func (o *RepositorySpecCredentials) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *RepositorySpecCredentials) 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 *RepositorySpecCredentials) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *RepositorySpecCredentials) HasUsername() bool

HasUsername returns a boolean if a field has been set.

GetPrivateKey

func (o *RepositorySpecCredentials) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.

GetPrivateKeyOk

func (o *RepositorySpecCredentials) GetPrivateKeyOk() (*string, bool)

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

SetPrivateKey

func (o *RepositorySpecCredentials) SetPrivateKey(v string)

SetPrivateKey sets PrivateKey field to given value.

HasPrivateKey

func (o *RepositorySpecCredentials) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

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