Name | Type | Description | Notes |
---|---|---|---|
CSRFilePath | Pointer to string | [optional] | |
CSRText | Pointer to string | [optional] |
func NewModelsCSRGenerationResponseModel() *ModelsCSRGenerationResponseModel
NewModelsCSRGenerationResponseModel instantiates a new ModelsCSRGenerationResponseModel 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 NewModelsCSRGenerationResponseModelWithDefaults() *ModelsCSRGenerationResponseModel
NewModelsCSRGenerationResponseModelWithDefaults instantiates a new ModelsCSRGenerationResponseModel 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 *ModelsCSRGenerationResponseModel) GetCSRFilePath() string
GetCSRFilePath returns the CSRFilePath field if non-nil, zero value otherwise.
func (o *ModelsCSRGenerationResponseModel) 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 *ModelsCSRGenerationResponseModel) SetCSRFilePath(v string)
SetCSRFilePath sets CSRFilePath field to given value.
func (o *ModelsCSRGenerationResponseModel) HasCSRFilePath() bool
HasCSRFilePath returns a boolean if a field has been set.
func (o *ModelsCSRGenerationResponseModel) GetCSRText() string
GetCSRText returns the CSRText field if non-nil, zero value otherwise.
func (o *ModelsCSRGenerationResponseModel) 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 *ModelsCSRGenerationResponseModel) SetCSRText(v string)
SetCSRText sets CSRText field to given value.
func (o *ModelsCSRGenerationResponseModel) HasCSRText() bool
HasCSRText returns a boolean if a field has been set.