| Name | Type | Description | Notes |
|---|---|---|---|
| NeedsRestart | Pointer to bool | [optional] | |
| Volume | Pointer to Volume | [optional] |
func NewExtendVolumeResponse() *ExtendVolumeResponse
NewExtendVolumeResponse instantiates a new ExtendVolumeResponse 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 NewExtendVolumeResponseWithDefaults() *ExtendVolumeResponse
NewExtendVolumeResponseWithDefaults instantiates a new ExtendVolumeResponse 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 *ExtendVolumeResponse) GetNeedsRestart() bool
GetNeedsRestart returns the NeedsRestart field if non-nil, zero value otherwise.
func (o *ExtendVolumeResponse) GetNeedsRestartOk() (*bool, bool)
GetNeedsRestartOk returns a tuple with the NeedsRestart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtendVolumeResponse) SetNeedsRestart(v bool)
SetNeedsRestart sets NeedsRestart field to given value.
func (o *ExtendVolumeResponse) HasNeedsRestart() bool
HasNeedsRestart returns a boolean if a field has been set.
func (o *ExtendVolumeResponse) GetVolume() Volume
GetVolume returns the Volume field if non-nil, zero value otherwise.
func (o *ExtendVolumeResponse) GetVolumeOk() (*Volume, bool)
GetVolumeOk returns a tuple with the Volume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtendVolumeResponse) SetVolume(v Volume)
SetVolume sets Volume field to given value.
func (o *ExtendVolumeResponse) HasVolume() bool
HasVolume returns a boolean if a field has been set.