| Name | Type | Description | Notes |
|---|---|---|---|
| Keypair | string | RSA signing key pair (PEM armored private key) | |
| Passphrase | Pointer to string | Passphrase to access RSA signing key | [optional] |
func NewAlpineSigningRepositoriesAttributes(keypair string, ) *AlpineSigningRepositoriesAttributes
NewAlpineSigningRepositoriesAttributes instantiates a new AlpineSigningRepositoriesAttributes 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 NewAlpineSigningRepositoriesAttributesWithDefaults() *AlpineSigningRepositoriesAttributes
NewAlpineSigningRepositoriesAttributesWithDefaults instantiates a new AlpineSigningRepositoriesAttributes 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 *AlpineSigningRepositoriesAttributes) GetKeypair() string
GetKeypair returns the Keypair field if non-nil, zero value otherwise.
func (o *AlpineSigningRepositoriesAttributes) GetKeypairOk() (*string, bool)
GetKeypairOk returns a tuple with the Keypair field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlpineSigningRepositoriesAttributes) SetKeypair(v string)
SetKeypair sets Keypair field to given value.
func (o *AlpineSigningRepositoriesAttributes) GetPassphrase() string
GetPassphrase returns the Passphrase field if non-nil, zero value otherwise.
func (o *AlpineSigningRepositoriesAttributes) GetPassphraseOk() (*string, bool)
GetPassphraseOk returns a tuple with the Passphrase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlpineSigningRepositoriesAttributes) SetPassphrase(v string)
SetPassphrase sets Passphrase field to given value.
func (o *AlpineSigningRepositoriesAttributes) HasPassphrase() bool
HasPassphrase returns a boolean if a field has been set.