Name | Type | Description | Notes |
---|---|---|---|
PFX | Pointer to string | [optional] | |
FileName | Pointer to string | [optional] |
func NewModelsRecoveryResponse() *ModelsRecoveryResponse
NewModelsRecoveryResponse instantiates a new ModelsRecoveryResponse 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 NewModelsRecoveryResponseWithDefaults() *ModelsRecoveryResponse
NewModelsRecoveryResponseWithDefaults instantiates a new ModelsRecoveryResponse 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 *ModelsRecoveryResponse) GetPFX() string
GetPFX returns the PFX field if non-nil, zero value otherwise.
func (o *ModelsRecoveryResponse) 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 *ModelsRecoveryResponse) SetPFX(v string)
SetPFX sets PFX field to given value.
func (o *ModelsRecoveryResponse) HasPFX() bool
HasPFX returns a boolean if a field has been set.
func (o *ModelsRecoveryResponse) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *ModelsRecoveryResponse) 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 *ModelsRecoveryResponse) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *ModelsRecoveryResponse) HasFileName() bool
HasFileName returns a boolean if a field has been set.