Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

V0041OpenapiPartitionRespPartitionsInnerPriority.md

File metadata and controls

82 lines (45 loc) · 2.79 KB

V0041OpenapiPartitionRespPartitionsInnerPriority

Properties

Name Type Description Notes
JobFactor Pointer to int32 [optional]
Tier Pointer to int32 [optional]

Methods

NewV0041OpenapiPartitionRespPartitionsInnerPriority

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

NewV0041OpenapiPartitionRespPartitionsInnerPriorityWithDefaults

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

GetJobFactor

func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) GetJobFactor() int32

GetJobFactor returns the JobFactor field if non-nil, zero value otherwise.

GetJobFactorOk

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.

SetJobFactor

func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) SetJobFactor(v int32)

SetJobFactor sets JobFactor field to given value.

HasJobFactor

func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) HasJobFactor() bool

HasJobFactor returns a boolean if a field has been set.

GetTier

func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) GetTier() int32

GetTier returns the Tier field if non-nil, zero value otherwise.

GetTierOk

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.

SetTier

func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) SetTier(v int32)

SetTier sets Tier field to given value.

HasTier

func (o *V0041OpenapiPartitionRespPartitionsInnerPriority) HasTier() bool

HasTier returns a boolean if a field has been set.

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