Name | Type | Description | Notes |
---|---|---|---|
BackupUUID | string | UUID of the backup being restored | |
KeyspaceTables | Pointer to []KeyspaceTables | List of keyspace(s) and tables to be restored | [optional] |
RestoreToPointInTimeMillis | Pointer to int64 | Point in restore timestamp in millis | [optional] |
func NewParametersForValidatingRestorableKeyspaceAndTablesInBackup(backupUUID string, ) *ParametersForValidatingRestorableKeyspaceAndTablesInBackup
NewParametersForValidatingRestorableKeyspaceAndTablesInBackup instantiates a new ParametersForValidatingRestorableKeyspaceAndTablesInBackup 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 NewParametersForValidatingRestorableKeyspaceAndTablesInBackupWithDefaults() *ParametersForValidatingRestorableKeyspaceAndTablesInBackup
NewParametersForValidatingRestorableKeyspaceAndTablesInBackupWithDefaults instantiates a new ParametersForValidatingRestorableKeyspaceAndTablesInBackup 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 *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) GetBackupUUID() string
GetBackupUUID returns the BackupUUID field if non-nil, zero value otherwise.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) GetBackupUUIDOk() (*string, bool)
GetBackupUUIDOk returns a tuple with the BackupUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) SetBackupUUID(v string)
SetBackupUUID sets BackupUUID field to given value.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) GetKeyspaceTables() []KeyspaceTables
GetKeyspaceTables returns the KeyspaceTables field if non-nil, zero value otherwise.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) GetKeyspaceTablesOk() (*[]KeyspaceTables, bool)
GetKeyspaceTablesOk returns a tuple with the KeyspaceTables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) SetKeyspaceTables(v []KeyspaceTables)
SetKeyspaceTables sets KeyspaceTables field to given value.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) HasKeyspaceTables() bool
HasKeyspaceTables returns a boolean if a field has been set.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) GetRestoreToPointInTimeMillis() int64
GetRestoreToPointInTimeMillis returns the RestoreToPointInTimeMillis field if non-nil, zero value otherwise.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) GetRestoreToPointInTimeMillisOk() (*int64, bool)
GetRestoreToPointInTimeMillisOk returns a tuple with the RestoreToPointInTimeMillis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) SetRestoreToPointInTimeMillis(v int64)
SetRestoreToPointInTimeMillis sets RestoreToPointInTimeMillis field to given value.
func (o *ParametersForValidatingRestorableKeyspaceAndTablesInBackup) HasRestoreToPointInTimeMillis() bool
HasRestoreToPointInTimeMillis returns a boolean if a field has been set.