Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.4 KB

File metadata and controls

66 lines (37 loc) · 2.4 KB

CSSCMSDataModelModelsCertificateDownloadResponse

Properties

Name Type Description Notes
Content Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsCertificateDownloadResponse

func NewCSSCMSDataModelModelsCertificateDownloadResponse() *CSSCMSDataModelModelsCertificateDownloadResponse

NewCSSCMSDataModelModelsCertificateDownloadResponse instantiates a new CSSCMSDataModelModelsCertificateDownloadResponse 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

NewCSSCMSDataModelModelsCertificateDownloadResponseWithDefaults

func NewCSSCMSDataModelModelsCertificateDownloadResponseWithDefaults() *CSSCMSDataModelModelsCertificateDownloadResponse

NewCSSCMSDataModelModelsCertificateDownloadResponseWithDefaults instantiates a new CSSCMSDataModelModelsCertificateDownloadResponse 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

GetContent

func (o *CSSCMSDataModelModelsCertificateDownloadResponse) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *CSSCMSDataModelModelsCertificateDownloadResponse) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetContent

func (o *CSSCMSDataModelModelsCertificateDownloadResponse) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *CSSCMSDataModelModelsCertificateDownloadResponse) HasContent() bool

HasContent returns a boolean if a field has been set.

SetContentNil

func (o *CSSCMSDataModelModelsCertificateDownloadResponse) SetContentNil(b bool)

SetContentNil sets the value for Content to be an explicit nil

UnsetContent

func (o *CSSCMSDataModelModelsCertificateDownloadResponse) UnsetContent()

UnsetContent ensures that no value is present for Content, not even an explicit nil

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