Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.43 KB

RepositoryRsaKeyCreate.md

File metadata and controls

77 lines (42 loc) · 2.43 KB

RepositoryRsaKeyCreate

Properties

Name Type Description Notes
RsaPassphrase Pointer to string The RSA passphrase used for signing. [optional]
RsaPrivateKey string The RSA private key.

Methods

NewRepositoryRsaKeyCreate

func NewRepositoryRsaKeyCreate(rsaPrivateKey string, ) *RepositoryRsaKeyCreate

NewRepositoryRsaKeyCreate instantiates a new RepositoryRsaKeyCreate 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

NewRepositoryRsaKeyCreateWithDefaults

func NewRepositoryRsaKeyCreateWithDefaults() *RepositoryRsaKeyCreate

NewRepositoryRsaKeyCreateWithDefaults instantiates a new RepositoryRsaKeyCreate 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

GetRsaPassphrase

func (o *RepositoryRsaKeyCreate) GetRsaPassphrase() string

GetRsaPassphrase returns the RsaPassphrase field if non-nil, zero value otherwise.

GetRsaPassphraseOk

func (o *RepositoryRsaKeyCreate) GetRsaPassphraseOk() (*string, bool)

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

SetRsaPassphrase

func (o *RepositoryRsaKeyCreate) SetRsaPassphrase(v string)

SetRsaPassphrase sets RsaPassphrase field to given value.

HasRsaPassphrase

func (o *RepositoryRsaKeyCreate) HasRsaPassphrase() bool

HasRsaPassphrase returns a boolean if a field has been set.

GetRsaPrivateKey

func (o *RepositoryRsaKeyCreate) GetRsaPrivateKey() string

GetRsaPrivateKey returns the RsaPrivateKey field if non-nil, zero value otherwise.

GetRsaPrivateKeyOk

func (o *RepositoryRsaKeyCreate) GetRsaPrivateKeyOk() (*string, bool)

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

SetRsaPrivateKey

func (o *RepositoryRsaKeyCreate) SetRsaPrivateKey(v string)

SetRsaPrivateKey sets RsaPrivateKey field to given value.

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