Name | Type | Description | Notes |
---|---|---|---|
JobFactor | Pointer to int32 | [optional] | |
Tier | Pointer to int32 | [optional] |
func NewV0041OpenapiPartitionRespPartitionsInnerPriority() *V0041OpenapiPartitionRespPartitionsInnerPriority
NewV0041OpenapiPartitionRespPartitionsInnerPriority instantiates a new V0041OpenapiPartitionRespPartitionsInnerPriority 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 NewV0041OpenapiPartitionRespPartitionsInnerPriorityWithDefaults() *V0041OpenapiPartitionRespPartitionsInnerPriority
NewV0041OpenapiPartitionRespPartitionsInnerPriorityWithDefaults instantiates a new V0041OpenapiPartitionRespPartitionsInnerPriority 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 *V0041OpenapiPartitionRespPartitionsInnerPriority) GetJobFactor() int32
GetJobFactor returns the JobFactor field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) GetJobFactorOk() (*int32, bool)
GetJobFactorOk returns a tuple with the JobFactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) SetJobFactor(v int32)
SetJobFactor sets JobFactor field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) HasJobFactor() bool
HasJobFactor returns a boolean if a field has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) GetTier() int32
GetTier returns the Tier field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) GetTierOk() (*int32, bool)
GetTierOk returns a tuple with the Tier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) SetTier(v int32)
SetTier sets Tier field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) HasTier() bool
HasTier returns a boolean if a field has been set.