| Name | Type | Description | Notes |
|---|---|---|---|
| AutoBackupEnabled | Pointer to bool | [optional] | |
| SnapshotRetention | Pointer to int64 | [optional] |
func NewUpdateVolumeRequest() *UpdateVolumeRequest
NewUpdateVolumeRequest instantiates a new UpdateVolumeRequest 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 NewUpdateVolumeRequestWithDefaults() *UpdateVolumeRequest
NewUpdateVolumeRequestWithDefaults instantiates a new UpdateVolumeRequest 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 *UpdateVolumeRequest) GetAutoBackupEnabled() bool
GetAutoBackupEnabled returns the AutoBackupEnabled field if non-nil, zero value otherwise.
func (o *UpdateVolumeRequest) GetAutoBackupEnabledOk() (*bool, bool)
GetAutoBackupEnabledOk returns a tuple with the AutoBackupEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVolumeRequest) SetAutoBackupEnabled(v bool)
SetAutoBackupEnabled sets AutoBackupEnabled field to given value.
func (o *UpdateVolumeRequest) HasAutoBackupEnabled() bool
HasAutoBackupEnabled returns a boolean if a field has been set.
func (o *UpdateVolumeRequest) GetSnapshotRetention() int64
GetSnapshotRetention returns the SnapshotRetention field if non-nil, zero value otherwise.
func (o *UpdateVolumeRequest) GetSnapshotRetentionOk() (*int64, bool)
GetSnapshotRetentionOk returns a tuple with the SnapshotRetention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateVolumeRequest) SetSnapshotRetention(v int64)
SetSnapshotRetention sets SnapshotRetention field to given value.
func (o *UpdateVolumeRequest) HasSnapshotRetention() bool
HasSnapshotRetention returns a boolean if a field has been set.