Name | Type | Description | Notes |
---|---|---|---|
BackupCreatedOnDate | Pointer to time.Time | Backup details. | [optional] |
BackupType | Pointer to string | [optional] | |
CreateTime | Pointer to time.Time | Restore creation time. | [optional] |
CustomerUUID | string | ||
IsSourceUniversePresent | bool | ||
RestoreKeyspaceList | []RestoreKeyspace | ||
RestoreSizeInBytes | int64 | ||
RestoreUUID | string | ||
SourceUniverseName | string | ||
SourceUniverseUUID | string | ||
State | string | ||
TargetUniverseName | string | ||
UniverseUUID | string | ||
UpdateTime | Pointer to time.Time | Restore update time. | [optional] |
func NewRestoreResp(customerUUID string, isSourceUniversePresent bool, restoreKeyspaceList []RestoreKeyspace, restoreSizeInBytes int64, restoreUUID string, sourceUniverseName string, sourceUniverseUUID string, state string, targetUniverseName string, universeUUID string, ) *RestoreResp
NewRestoreResp instantiates a new RestoreResp 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 NewRestoreRespWithDefaults() *RestoreResp
NewRestoreRespWithDefaults instantiates a new RestoreResp 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 *RestoreResp) GetBackupCreatedOnDate() time.Time
GetBackupCreatedOnDate returns the BackupCreatedOnDate field if non-nil, zero value otherwise.
func (o *RestoreResp) GetBackupCreatedOnDateOk() (*time.Time, bool)
GetBackupCreatedOnDateOk returns a tuple with the BackupCreatedOnDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetBackupCreatedOnDate(v time.Time)
SetBackupCreatedOnDate sets BackupCreatedOnDate field to given value.
func (o *RestoreResp) HasBackupCreatedOnDate() bool
HasBackupCreatedOnDate returns a boolean if a field has been set.
func (o *RestoreResp) GetBackupType() string
GetBackupType returns the BackupType field if non-nil, zero value otherwise.
func (o *RestoreResp) GetBackupTypeOk() (*string, bool)
GetBackupTypeOk returns a tuple with the BackupType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetBackupType(v string)
SetBackupType sets BackupType field to given value.
func (o *RestoreResp) HasBackupType() bool
HasBackupType returns a boolean if a field has been set.
func (o *RestoreResp) GetCreateTime() time.Time
GetCreateTime returns the CreateTime field if non-nil, zero value otherwise.
func (o *RestoreResp) GetCreateTimeOk() (*time.Time, bool)
GetCreateTimeOk returns a tuple with the CreateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetCreateTime(v time.Time)
SetCreateTime sets CreateTime field to given value.
func (o *RestoreResp) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (o *RestoreResp) GetCustomerUUID() string
GetCustomerUUID returns the CustomerUUID field if non-nil, zero value otherwise.
func (o *RestoreResp) GetCustomerUUIDOk() (*string, bool)
GetCustomerUUIDOk returns a tuple with the CustomerUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetCustomerUUID(v string)
SetCustomerUUID sets CustomerUUID field to given value.
func (o *RestoreResp) GetIsSourceUniversePresent() bool
GetIsSourceUniversePresent returns the IsSourceUniversePresent field if non-nil, zero value otherwise.
func (o *RestoreResp) GetIsSourceUniversePresentOk() (*bool, bool)
GetIsSourceUniversePresentOk returns a tuple with the IsSourceUniversePresent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetIsSourceUniversePresent(v bool)
SetIsSourceUniversePresent sets IsSourceUniversePresent field to given value.
func (o *RestoreResp) GetRestoreKeyspaceList() []RestoreKeyspace
GetRestoreKeyspaceList returns the RestoreKeyspaceList field if non-nil, zero value otherwise.
func (o *RestoreResp) GetRestoreKeyspaceListOk() (*[]RestoreKeyspace, bool)
GetRestoreKeyspaceListOk returns a tuple with the RestoreKeyspaceList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetRestoreKeyspaceList(v []RestoreKeyspace)
SetRestoreKeyspaceList sets RestoreKeyspaceList field to given value.
func (o *RestoreResp) GetRestoreSizeInBytes() int64
GetRestoreSizeInBytes returns the RestoreSizeInBytes field if non-nil, zero value otherwise.
func (o *RestoreResp) GetRestoreSizeInBytesOk() (*int64, bool)
GetRestoreSizeInBytesOk returns a tuple with the RestoreSizeInBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetRestoreSizeInBytes(v int64)
SetRestoreSizeInBytes sets RestoreSizeInBytes field to given value.
func (o *RestoreResp) GetRestoreUUID() string
GetRestoreUUID returns the RestoreUUID field if non-nil, zero value otherwise.
func (o *RestoreResp) GetRestoreUUIDOk() (*string, bool)
GetRestoreUUIDOk returns a tuple with the RestoreUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetRestoreUUID(v string)
SetRestoreUUID sets RestoreUUID field to given value.
func (o *RestoreResp) GetSourceUniverseName() string
GetSourceUniverseName returns the SourceUniverseName field if non-nil, zero value otherwise.
func (o *RestoreResp) GetSourceUniverseNameOk() (*string, bool)
GetSourceUniverseNameOk returns a tuple with the SourceUniverseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetSourceUniverseName(v string)
SetSourceUniverseName sets SourceUniverseName field to given value.
func (o *RestoreResp) GetSourceUniverseUUID() string
GetSourceUniverseUUID returns the SourceUniverseUUID field if non-nil, zero value otherwise.
func (o *RestoreResp) GetSourceUniverseUUIDOk() (*string, bool)
GetSourceUniverseUUIDOk returns a tuple with the SourceUniverseUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetSourceUniverseUUID(v string)
SetSourceUniverseUUID sets SourceUniverseUUID field to given value.
func (o *RestoreResp) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *RestoreResp) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetState(v string)
SetState sets State field to given value.
func (o *RestoreResp) GetTargetUniverseName() string
GetTargetUniverseName returns the TargetUniverseName field if non-nil, zero value otherwise.
func (o *RestoreResp) GetTargetUniverseNameOk() (*string, bool)
GetTargetUniverseNameOk returns a tuple with the TargetUniverseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetTargetUniverseName(v string)
SetTargetUniverseName sets TargetUniverseName field to given value.
func (o *RestoreResp) GetUniverseUUID() string
GetUniverseUUID returns the UniverseUUID field if non-nil, zero value otherwise.
func (o *RestoreResp) GetUniverseUUIDOk() (*string, bool)
GetUniverseUUIDOk returns a tuple with the UniverseUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetUniverseUUID(v string)
SetUniverseUUID sets UniverseUUID field to given value.
func (o *RestoreResp) GetUpdateTime() time.Time
GetUpdateTime returns the UpdateTime field if non-nil, zero value otherwise.
func (o *RestoreResp) GetUpdateTimeOk() (*time.Time, bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RestoreResp) SetUpdateTime(v time.Time)
SetUpdateTime sets UpdateTime field to given value.
func (o *RestoreResp) HasUpdateTime() bool
HasUpdateTime returns a boolean if a field has been set.