| Name | Type | Description | Notes |
|---|---|---|---|
| CSRFilePath | Pointer to NullableString | [optional] | |
| CSRText | Pointer to NullableString | [optional] |
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
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
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRFilePath() string
GetCSRFilePath returns the CSRFilePath field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRFilePath(v string)
SetCSRFilePath sets CSRFilePath field to given value.
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) HasCSRFilePath() bool
HasCSRFilePath returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRFilePathNil(b bool)
SetCSRFilePathNil sets the value for CSRFilePath to be an explicit nil
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) UnsetCSRFilePath()
UnsetCSRFilePath ensures that no value is present for CSRFilePath, not even an explicit nil
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRText() string
GetCSRText returns the CSRText field if non-nil, zero value otherwise.
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.
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRText(v string)
SetCSRText sets CSRText field to given value.
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) HasCSRText() bool
HasCSRText returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRTextNil(b bool)
SetCSRTextNil sets the value for CSRText to be an explicit nil
func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) UnsetCSRText()
UnsetCSRText ensures that no value is present for CSRText, not even an explicit nil