Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.13 KB

CreateCertificateResponse.md

File metadata and controls

108 lines (59 loc) · 3.13 KB

CreateCertificateResponse

Properties

Name Type Description Notes
Certificate Pointer to string [optional]
PrivateKey Pointer to string [optional]
Chain Pointer to string [optional]

Methods

NewCreateCertificateResponse

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

NewCreateCertificateResponseWithDefaults

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

GetCertificate

func (o *CreateCertificateResponse) GetCertificate() string

GetCertificate returns the Certificate field if non-nil, zero value otherwise.

GetCertificateOk

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.

SetCertificate

func (o *CreateCertificateResponse) SetCertificate(v string)

SetCertificate sets Certificate field to given value.

HasCertificate

func (o *CreateCertificateResponse) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

GetPrivateKey

func (o *CreateCertificateResponse) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field if non-nil, zero value otherwise.

GetPrivateKeyOk

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.

SetPrivateKey

func (o *CreateCertificateResponse) SetPrivateKey(v string)

SetPrivateKey sets PrivateKey field to given value.

HasPrivateKey

func (o *CreateCertificateResponse) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

GetChain

func (o *CreateCertificateResponse) GetChain() string

GetChain returns the Chain field if non-nil, zero value otherwise.

GetChainOk

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.

SetChain

func (o *CreateCertificateResponse) SetChain(v string)

SetChain sets Chain field to given value.

HasChain

func (o *CreateCertificateResponse) HasChain() bool

HasChain returns a boolean if a field has been set.

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