Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

GetCertificateValueOutput.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

GetCertificateValueOutput

Properties

Name Type Description Notes
CertificatePem Pointer to string [optional]
PrivateKeyPem Pointer to string [optional]

Methods

NewGetCertificateValueOutput

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

NewGetCertificateValueOutputWithDefaults

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

GetCertificatePem

func (o *GetCertificateValueOutput) GetCertificatePem() string

GetCertificatePem returns the CertificatePem field if non-nil, zero value otherwise.

GetCertificatePemOk

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.

SetCertificatePem

func (o *GetCertificateValueOutput) SetCertificatePem(v string)

SetCertificatePem sets CertificatePem field to given value.

HasCertificatePem

func (o *GetCertificateValueOutput) HasCertificatePem() bool

HasCertificatePem returns a boolean if a field has been set.

GetPrivateKeyPem

func (o *GetCertificateValueOutput) GetPrivateKeyPem() string

GetPrivateKeyPem returns the PrivateKeyPem field if non-nil, zero value otherwise.

GetPrivateKeyPemOk

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.

SetPrivateKeyPem

func (o *GetCertificateValueOutput) SetPrivateKeyPem(v string)

SetPrivateKeyPem sets PrivateKeyPem field to given value.

HasPrivateKeyPem

func (o *GetCertificateValueOutput) HasPrivateKeyPem() bool

HasPrivateKeyPem returns a boolean if a field has been set.

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