Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.69 KB

File metadata and controls

51 lines (28 loc) · 1.69 KB

RestorePlatformBackupFormData

Properties

Name Type Description Notes
BackupFile string

Methods

NewRestorePlatformBackupFormData

func NewRestorePlatformBackupFormData(backupFile string, ) *RestorePlatformBackupFormData

NewRestorePlatformBackupFormData instantiates a new RestorePlatformBackupFormData 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

NewRestorePlatformBackupFormDataWithDefaults

func NewRestorePlatformBackupFormDataWithDefaults() *RestorePlatformBackupFormData

NewRestorePlatformBackupFormDataWithDefaults instantiates a new RestorePlatformBackupFormData 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

GetBackupFile

func (o *RestorePlatformBackupFormData) GetBackupFile() string

GetBackupFile returns the BackupFile field if non-nil, zero value otherwise.

GetBackupFileOk

func (o *RestorePlatformBackupFormData) GetBackupFileOk() (*string, bool)

GetBackupFileOk returns a tuple with the BackupFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBackupFile

func (o *RestorePlatformBackupFormData) SetBackupFile(v string)

SetBackupFile sets BackupFile field to given value.

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