Name | Type | Description | Notes |
---|---|---|---|
Certificate | Pointer to string | [optional] | |
PrivateKey | Pointer to string | [optional] | |
Chain | Pointer to string | [optional] |
func NewCreateCertificateResponse() *CreateCertificateResponse
NewCreateCertificateResponse instantiates a new CreateCertificateResponse 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 NewCreateCertificateResponseWithDefaults() *CreateCertificateResponse
NewCreateCertificateResponseWithDefaults instantiates a new CreateCertificateResponse 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 *CreateCertificateResponse) GetCertificate() string
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
func (o *CreateCertificateResponse) GetCertificateOk() (*string, bool)
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCertificateResponse) SetCertificate(v string)
SetCertificate sets Certificate field to given value.
func (o *CreateCertificateResponse) HasCertificate() bool
HasCertificate returns a boolean if a field has been set.
func (o *CreateCertificateResponse) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.
func (o *CreateCertificateResponse) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCertificateResponse) SetPrivateKey(v string)
SetPrivateKey sets PrivateKey field to given value.
func (o *CreateCertificateResponse) HasPrivateKey() bool
HasPrivateKey returns a boolean if a field has been set.
func (o *CreateCertificateResponse) GetChain() string
GetChain returns the Chain field if non-nil, zero value otherwise.
func (o *CreateCertificateResponse) GetChainOk() (*string, bool)
GetChainOk returns a tuple with the Chain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateCertificateResponse) SetChain(v string)
SetChain sets Chain field to given value.
func (o *CreateCertificateResponse) HasChain() bool
HasChain returns a boolean if a field has been set.