Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
CertificateData | Pointer to string | PEM-encoded Certificate data | [optional] |
KeyData | Pointer to string | Optional Private Key. If this is set, you can use this keypair for encryption. | [optional] |
func NewPatchedCertificateKeyPairRequest() *PatchedCertificateKeyPairRequest
NewPatchedCertificateKeyPairRequest instantiates a new PatchedCertificateKeyPairRequest 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 NewPatchedCertificateKeyPairRequestWithDefaults() *PatchedCertificateKeyPairRequest
NewPatchedCertificateKeyPairRequestWithDefaults instantiates a new PatchedCertificateKeyPairRequest 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 *PatchedCertificateKeyPairRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedCertificateKeyPairRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCertificateKeyPairRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedCertificateKeyPairRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedCertificateKeyPairRequest) GetCertificateData() string
GetCertificateData returns the CertificateData field if non-nil, zero value otherwise.
func (o *PatchedCertificateKeyPairRequest) GetCertificateDataOk() (*string, bool)
GetCertificateDataOk returns a tuple with the CertificateData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCertificateKeyPairRequest) SetCertificateData(v string)
SetCertificateData sets CertificateData field to given value.
func (o *PatchedCertificateKeyPairRequest) HasCertificateData() bool
HasCertificateData returns a boolean if a field has been set.
func (o *PatchedCertificateKeyPairRequest) GetKeyData() string
GetKeyData returns the KeyData field if non-nil, zero value otherwise.
func (o *PatchedCertificateKeyPairRequest) GetKeyDataOk() (*string, bool)
GetKeyDataOk returns a tuple with the KeyData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedCertificateKeyPairRequest) SetKeyData(v string)
SetKeyData sets KeyData field to given value.
func (o *PatchedCertificateKeyPairRequest) HasKeyData() bool
HasKeyData returns a boolean if a field has been set.