Name | Type | Description | Notes |
---|---|---|---|
Resume | Pointer to V0041JobDescMsgDistributionPlaneSize | [optional] | |
Suspend | Pointer to V0041JobDescMsgDistributionPlaneSize | [optional] |
func NewV0041OpenapiPartitionRespPartitionsInnerTimeouts() *V0041OpenapiPartitionRespPartitionsInnerTimeouts
NewV0041OpenapiPartitionRespPartitionsInnerTimeouts instantiates a new V0041OpenapiPartitionRespPartitionsInnerTimeouts 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 NewV0041OpenapiPartitionRespPartitionsInnerTimeoutsWithDefaults() *V0041OpenapiPartitionRespPartitionsInnerTimeouts
NewV0041OpenapiPartitionRespPartitionsInnerTimeoutsWithDefaults instantiates a new V0041OpenapiPartitionRespPartitionsInnerTimeouts 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 *V0041OpenapiPartitionRespPartitionsInnerTimeouts) GetResume() V0041JobDescMsgDistributionPlaneSize
GetResume returns the Resume field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerTimeouts) GetResumeOk() (*V0041JobDescMsgDistributionPlaneSize, 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 *V0041OpenapiPartitionRespPartitionsInnerTimeouts) SetResume(v V0041JobDescMsgDistributionPlaneSize)
SetResume sets Resume field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerTimeouts) HasResume() bool
HasResume returns a boolean if a field has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerTimeouts) GetSuspend() V0041JobDescMsgDistributionPlaneSize
GetSuspend returns the Suspend field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerTimeouts) GetSuspendOk() (*V0041JobDescMsgDistributionPlaneSize, 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 *V0041OpenapiPartitionRespPartitionsInnerTimeouts) SetSuspend(v V0041JobDescMsgDistributionPlaneSize)
SetSuspend sets Suspend field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerTimeouts) HasSuspend() bool
HasSuspend returns a boolean if a field has been set.