Name | Type | Description | Notes |
---|---|---|---|
Resume | Pointer to V0039Uint16NoVal | [optional] | |
Suspend | Pointer to V0039Uint16NoVal | [optional] |
func NewV0039PartitionInfoTimeouts() *V0039PartitionInfoTimeouts
NewV0039PartitionInfoTimeouts instantiates a new V0039PartitionInfoTimeouts 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 NewV0039PartitionInfoTimeoutsWithDefaults() *V0039PartitionInfoTimeouts
NewV0039PartitionInfoTimeoutsWithDefaults instantiates a new V0039PartitionInfoTimeouts 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 *V0039PartitionInfoTimeouts) GetResume() V0039Uint16NoVal
GetResume returns the Resume field if non-nil, zero value otherwise.
func (o *V0039PartitionInfoTimeouts) GetResumeOk() (*V0039Uint16NoVal, bool)
GetResumeOk returns a tuple with the Resume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039PartitionInfoTimeouts) SetResume(v V0039Uint16NoVal)
SetResume sets Resume field to given value.
func (o *V0039PartitionInfoTimeouts) HasResume() bool
HasResume returns a boolean if a field has been set.
func (o *V0039PartitionInfoTimeouts) GetSuspend() V0039Uint16NoVal
GetSuspend returns the Suspend field if non-nil, zero value otherwise.
func (o *V0039PartitionInfoTimeouts) GetSuspendOk() (*V0039Uint16NoVal, bool)
GetSuspendOk returns a tuple with the Suspend field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039PartitionInfoTimeouts) SetSuspend(v V0039Uint16NoVal)
SetSuspend sets Suspend field to given value.
func (o *V0039PartitionInfoTimeouts) HasSuspend() bool
HasSuspend returns a boolean if a field has been set.