Name | Type | Description | Notes |
---|---|---|---|
BillingWeights | Pointer to string | [optional] | |
Configured | Pointer to string | [optional] |
func NewV0041OpenapiPartitionRespPartitionsInnerTres() *V0041OpenapiPartitionRespPartitionsInnerTres
NewV0041OpenapiPartitionRespPartitionsInnerTres instantiates a new V0041OpenapiPartitionRespPartitionsInnerTres 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 NewV0041OpenapiPartitionRespPartitionsInnerTresWithDefaults() *V0041OpenapiPartitionRespPartitionsInnerTres
NewV0041OpenapiPartitionRespPartitionsInnerTresWithDefaults instantiates a new V0041OpenapiPartitionRespPartitionsInnerTres 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 *V0041OpenapiPartitionRespPartitionsInnerTres) GetBillingWeights() string
GetBillingWeights returns the BillingWeights field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerTres) GetBillingWeightsOk() (*string, bool)
GetBillingWeightsOk returns a tuple with the BillingWeights field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerTres) SetBillingWeights(v string)
SetBillingWeights sets BillingWeights field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerTres) HasBillingWeights() bool
HasBillingWeights returns a boolean if a field has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerTres) GetConfigured() string
GetConfigured returns the Configured field if non-nil, zero value otherwise.
func (o *V0041OpenapiPartitionRespPartitionsInnerTres) GetConfiguredOk() (*string, bool)
GetConfiguredOk returns a tuple with the Configured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiPartitionRespPartitionsInnerTres) SetConfigured(v string)
SetConfigured sets Configured field to given value.
func (o *V0041OpenapiPartitionRespPartitionsInnerTres) HasConfigured() bool
HasConfigured returns a boolean if a field has been set.