Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

V0039PartitionInfoTimeouts.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

V0039PartitionInfoTimeouts

Properties

Name Type Description Notes
Resume Pointer to V0039Uint16NoVal [optional]
Suspend Pointer to V0039Uint16NoVal [optional]

Methods

NewV0039PartitionInfoTimeouts

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

NewV0039PartitionInfoTimeoutsWithDefaults

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

GetResume

func (o *V0039PartitionInfoTimeouts) GetResume() V0039Uint16NoVal

GetResume returns the Resume field if non-nil, zero value otherwise.

GetResumeOk

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.

SetResume

func (o *V0039PartitionInfoTimeouts) SetResume(v V0039Uint16NoVal)

SetResume sets Resume field to given value.

HasResume

func (o *V0039PartitionInfoTimeouts) HasResume() bool

HasResume returns a boolean if a field has been set.

GetSuspend

func (o *V0039PartitionInfoTimeouts) GetSuspend() V0039Uint16NoVal

GetSuspend returns the Suspend field if non-nil, zero value otherwise.

GetSuspendOk

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.

SetSuspend

func (o *V0039PartitionInfoTimeouts) SetSuspend(v V0039Uint16NoVal)

SetSuspend sets Suspend field to given value.

HasSuspend

func (o *V0039PartitionInfoTimeouts) HasSuspend() bool

HasSuspend returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]