Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.31 KB

BackupRestoreServerRequest.md

File metadata and controls

82 lines (45 loc) · 2.31 KB

BackupRestoreServerRequest

Properties

Name Type Description Notes
Id Pointer to string [optional]
CopyId Pointer to string [optional]

Methods

NewBackupRestoreServerRequest

func NewBackupRestoreServerRequest() *BackupRestoreServerRequest

NewBackupRestoreServerRequest instantiates a new BackupRestoreServerRequest 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

NewBackupRestoreServerRequestWithDefaults

func NewBackupRestoreServerRequestWithDefaults() *BackupRestoreServerRequest

NewBackupRestoreServerRequestWithDefaults instantiates a new BackupRestoreServerRequest 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

GetId

func (o *BackupRestoreServerRequest) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *BackupRestoreServerRequest) GetIdOk() (*string, bool)

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

SetId

func (o *BackupRestoreServerRequest) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *BackupRestoreServerRequest) HasId() bool

HasId returns a boolean if a field has been set.

GetCopyId

func (o *BackupRestoreServerRequest) GetCopyId() string

GetCopyId returns the CopyId field if non-nil, zero value otherwise.

GetCopyIdOk

func (o *BackupRestoreServerRequest) GetCopyIdOk() (*string, bool)

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

SetCopyId

func (o *BackupRestoreServerRequest) SetCopyId(v string)

SetCopyId sets CopyId field to given value.

HasCopyId

func (o *BackupRestoreServerRequest) HasCopyId() bool

HasCopyId returns a boolean if a field has been set.

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