| Name | Type | Description | Notes |
|---|---|---|---|
| PFX | Pointer to NullableString | [optional] | |
| FileName | Pointer to NullableString | [optional] |
func NewCSSCMSDataModelModelsRecoveryResponse() *CSSCMSDataModelModelsRecoveryResponse
NewCSSCMSDataModelModelsRecoveryResponse instantiates a new CSSCMSDataModelModelsRecoveryResponse 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 NewCSSCMSDataModelModelsRecoveryResponseWithDefaults() *CSSCMSDataModelModelsRecoveryResponse
NewCSSCMSDataModelModelsRecoveryResponseWithDefaults instantiates a new CSSCMSDataModelModelsRecoveryResponse 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 *CSSCMSDataModelModelsRecoveryResponse) GetPFX() string
GetPFX returns the PFX field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsRecoveryResponse) GetPFXOk() (*string, bool)
GetPFXOk returns a tuple with the PFX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsRecoveryResponse) SetPFX(v string)
SetPFX sets PFX field to given value.
func (o *CSSCMSDataModelModelsRecoveryResponse) HasPFX() bool
HasPFX returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsRecoveryResponse) SetPFXNil(b bool)
SetPFXNil sets the value for PFX to be an explicit nil
func (o *CSSCMSDataModelModelsRecoveryResponse) UnsetPFX()
UnsetPFX ensures that no value is present for PFX, not even an explicit nil
func (o *CSSCMSDataModelModelsRecoveryResponse) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsRecoveryResponse) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsRecoveryResponse) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *CSSCMSDataModelModelsRecoveryResponse) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsRecoveryResponse) SetFileNameNil(b bool)
SetFileNameNil sets the value for FileName to be an explicit nil
func (o *CSSCMSDataModelModelsRecoveryResponse) UnsetFileName()
UnsetFileName ensures that no value is present for FileName, not even an explicit nil