Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.57 KB

File metadata and controls

102 lines (57 loc) · 3.57 KB

CSSCMSDataModelModelsCSRGenerationResponseModel

Properties

Name Type Description Notes
CSRFilePath Pointer to NullableString [optional]
CSRText Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsCSRGenerationResponseModel

func NewCSSCMSDataModelModelsCSRGenerationResponseModel() *CSSCMSDataModelModelsCSRGenerationResponseModel

NewCSSCMSDataModelModelsCSRGenerationResponseModel instantiates a new CSSCMSDataModelModelsCSRGenerationResponseModel 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

NewCSSCMSDataModelModelsCSRGenerationResponseModelWithDefaults

func NewCSSCMSDataModelModelsCSRGenerationResponseModelWithDefaults() *CSSCMSDataModelModelsCSRGenerationResponseModel

NewCSSCMSDataModelModelsCSRGenerationResponseModelWithDefaults instantiates a new CSSCMSDataModelModelsCSRGenerationResponseModel 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

GetCSRFilePath

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRFilePath() string

GetCSRFilePath returns the CSRFilePath field if non-nil, zero value otherwise.

GetCSRFilePathOk

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRFilePathOk() (*string, bool)

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

SetCSRFilePath

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRFilePath(v string)

SetCSRFilePath sets CSRFilePath field to given value.

HasCSRFilePath

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) HasCSRFilePath() bool

HasCSRFilePath returns a boolean if a field has been set.

SetCSRFilePathNil

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRFilePathNil(b bool)

SetCSRFilePathNil sets the value for CSRFilePath to be an explicit nil

UnsetCSRFilePath

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) UnsetCSRFilePath()

UnsetCSRFilePath ensures that no value is present for CSRFilePath, not even an explicit nil

GetCSRText

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRText() string

GetCSRText returns the CSRText field if non-nil, zero value otherwise.

GetCSRTextOk

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRTextOk() (*string, bool)

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

SetCSRText

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRText(v string)

SetCSRText sets CSRText field to given value.

HasCSRText

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) HasCSRText() bool

HasCSRText returns a boolean if a field has been set.

SetCSRTextNil

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRTextNil(b bool)

SetCSRTextNil sets the value for CSRText to be an explicit nil

UnsetCSRText

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) UnsetCSRText()

UnsetCSRText ensures that no value is present for CSRText, not even an explicit nil

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