Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.19 KB

File metadata and controls

102 lines (57 loc) · 3.19 KB

CSSCMSDataModelModelsRecoveryResponse

Properties

Name Type Description Notes
PFX Pointer to NullableString [optional]
FileName Pointer to NullableString [optional]

Methods

NewCSSCMSDataModelModelsRecoveryResponse

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

NewCSSCMSDataModelModelsRecoveryResponseWithDefaults

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

GetPFX

func (o *CSSCMSDataModelModelsRecoveryResponse) GetPFX() string

GetPFX returns the PFX field if non-nil, zero value otherwise.

GetPFXOk

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.

SetPFX

func (o *CSSCMSDataModelModelsRecoveryResponse) SetPFX(v string)

SetPFX sets PFX field to given value.

HasPFX

func (o *CSSCMSDataModelModelsRecoveryResponse) HasPFX() bool

HasPFX returns a boolean if a field has been set.

SetPFXNil

func (o *CSSCMSDataModelModelsRecoveryResponse) SetPFXNil(b bool)

SetPFXNil sets the value for PFX to be an explicit nil

UnsetPFX

func (o *CSSCMSDataModelModelsRecoveryResponse) UnsetPFX()

UnsetPFX ensures that no value is present for PFX, not even an explicit nil

GetFileName

func (o *CSSCMSDataModelModelsRecoveryResponse) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

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.

SetFileName

func (o *CSSCMSDataModelModelsRecoveryResponse) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *CSSCMSDataModelModelsRecoveryResponse) HasFileName() bool

HasFileName returns a boolean if a field has been set.

SetFileNameNil

func (o *CSSCMSDataModelModelsRecoveryResponse) SetFileNameNil(b bool)

SetFileNameNil sets the value for FileName to be an explicit nil

UnsetFileName

func (o *CSSCMSDataModelModelsRecoveryResponse) UnsetFileName()

UnsetFileName ensures that no value is present for FileName, not even an explicit nil

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