Name | Type | Description | Notes |
---|---|---|---|
CertificatePem | Pointer to string | [optional] | |
PrivateKeyPem | Pointer to string | [optional] |
func NewGetCertificateValueOutput() *GetCertificateValueOutput
NewGetCertificateValueOutput instantiates a new GetCertificateValueOutput 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 NewGetCertificateValueOutputWithDefaults() *GetCertificateValueOutput
NewGetCertificateValueOutputWithDefaults instantiates a new GetCertificateValueOutput 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 *GetCertificateValueOutput) GetCertificatePem() string
GetCertificatePem returns the CertificatePem field if non-nil, zero value otherwise.
func (o *GetCertificateValueOutput) GetCertificatePemOk() (*string, bool)
GetCertificatePemOk returns a tuple with the CertificatePem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCertificateValueOutput) SetCertificatePem(v string)
SetCertificatePem sets CertificatePem field to given value.
func (o *GetCertificateValueOutput) HasCertificatePem() bool
HasCertificatePem returns a boolean if a field has been set.
func (o *GetCertificateValueOutput) GetPrivateKeyPem() string
GetPrivateKeyPem returns the PrivateKeyPem field if non-nil, zero value otherwise.
func (o *GetCertificateValueOutput) GetPrivateKeyPemOk() (*string, bool)
GetPrivateKeyPemOk returns a tuple with the PrivateKeyPem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCertificateValueOutput) SetPrivateKeyPem(v string)
SetPrivateKeyPem sets PrivateKeyPem field to given value.
func (o *GetCertificateValueOutput) HasPrivateKeyPem() bool
HasPrivateKeyPem returns a boolean if a field has been set.