Name | Type | Description | Notes |
---|---|---|---|
CertBlob | Pointer to string | A certificate blob | [optional] [readonly] |
func NewTLSCertificateBlobResponse() *TLSCertificateBlobResponse
NewTLSCertificateBlobResponse instantiates a new TLSCertificateBlobResponse 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 NewTLSCertificateBlobResponseWithDefaults() *TLSCertificateBlobResponse
NewTLSCertificateBlobResponseWithDefaults instantiates a new TLSCertificateBlobResponse 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 *TLSCertificateBlobResponse) GetCertBlob() string
GetCertBlob returns the CertBlob field if non-nil, zero value otherwise.
func (o *TLSCertificateBlobResponse) GetCertBlobOk() (*string, bool)
GetCertBlobOk returns a tuple with the CertBlob field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TLSCertificateBlobResponse) SetCertBlob(v string)
SetCertBlob sets CertBlob field to given value.
func (o *TLSCertificateBlobResponse) HasCertBlob() bool
HasCertBlob returns a boolean if a field has been set.