Name | Type | Description | Notes |
---|---|---|---|
RsaPassphrase | Pointer to string | The RSA passphrase used for signing. | [optional] |
RsaPrivateKey | string | The RSA private key. |
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
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
func (o *RepositoryRsaKeyCreate) GetRsaPassphrase() string
GetRsaPassphrase returns the RsaPassphrase field if non-nil, zero value otherwise.
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.
func (o *RepositoryRsaKeyCreate) SetRsaPassphrase(v string)
SetRsaPassphrase sets RsaPassphrase field to given value.
func (o *RepositoryRsaKeyCreate) HasRsaPassphrase() bool
HasRsaPassphrase returns a boolean if a field has been set.
func (o *RepositoryRsaKeyCreate) GetRsaPrivateKey() string
GetRsaPrivateKey returns the RsaPrivateKey field if non-nil, zero value otherwise.
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.
func (o *RepositoryRsaKeyCreate) SetRsaPrivateKey(v string)
SetRsaPrivateKey sets RsaPrivateKey field to given value.