Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.71 KB

TlsCertificateBlobResponse.md

File metadata and controls

54 lines (31 loc) · 1.71 KB

TLSCertificateBlobResponse

Properties

Name Type Description Notes
CertBlob Pointer to string A certificate blob [optional] [readonly]

Methods

NewTLSCertificateBlobResponse

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

NewTLSCertificateBlobResponseWithDefaults

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

GetCertBlob

func (o *TLSCertificateBlobResponse) GetCertBlob() string

GetCertBlob returns the CertBlob field if non-nil, zero value otherwise.

GetCertBlobOk

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.

SetCertBlob

func (o *TLSCertificateBlobResponse) SetCertBlob(v string)

SetCertBlob sets CertBlob field to given value.

HasCertBlob

func (o *TLSCertificateBlobResponse) HasCertBlob() bool

HasCertBlob returns a boolean if a field has been set.

Back to API list | Back to README