Name | Type | Description | Notes |
---|---|---|---|
MaxPercentageOptionCount | Pointer to int32 | Maximum number of percentage options a Feature Flag or Setting can have within a targeting rule. | [optional] |
MaxTargetingRuleCount | Pointer to int32 | Maximum number of targeting rules a Feature Flag or Setting can have. | [optional] |
MaxComparisonValueLength | Pointer to int32 | Maximum length of a text comparison value. | [optional] |
MaxComparisonValueListLength | Pointer to int32 | Maximum item count of a list comparison value. | [optional] |
MaxComparisonValueListItemLength | Pointer to int32 | Maximum length of a list comparison value's item. | [optional] |
MaxStringFlagValueLength | Pointer to int32 | Maximum length of a text Setting's value. | [optional] |
MaxConditionPerTargetingRuleCount | Pointer to int32 | Maximum number of `AND` conditions a Feature Flag or Setting can have within a targeting rule. | [optional] |
func NewFeatureFlagLimitations() *FeatureFlagLimitations
NewFeatureFlagLimitations instantiates a new FeatureFlagLimitations 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 NewFeatureFlagLimitationsWithDefaults() *FeatureFlagLimitations
NewFeatureFlagLimitationsWithDefaults instantiates a new FeatureFlagLimitations 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 *FeatureFlagLimitations) GetMaxPercentageOptionCount() int32
GetMaxPercentageOptionCount returns the MaxPercentageOptionCount field if non-nil, zero value otherwise.
func (o *FeatureFlagLimitations) GetMaxPercentageOptionCountOk() (*int32, bool)
GetMaxPercentageOptionCountOk returns a tuple with the MaxPercentageOptionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagLimitations) SetMaxPercentageOptionCount(v int32)
SetMaxPercentageOptionCount sets MaxPercentageOptionCount field to given value.
func (o *FeatureFlagLimitations) HasMaxPercentageOptionCount() bool
HasMaxPercentageOptionCount returns a boolean if a field has been set.
func (o *FeatureFlagLimitations) GetMaxTargetingRuleCount() int32
GetMaxTargetingRuleCount returns the MaxTargetingRuleCount field if non-nil, zero value otherwise.
func (o *FeatureFlagLimitations) GetMaxTargetingRuleCountOk() (*int32, bool)
GetMaxTargetingRuleCountOk returns a tuple with the MaxTargetingRuleCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagLimitations) SetMaxTargetingRuleCount(v int32)
SetMaxTargetingRuleCount sets MaxTargetingRuleCount field to given value.
func (o *FeatureFlagLimitations) HasMaxTargetingRuleCount() bool
HasMaxTargetingRuleCount returns a boolean if a field has been set.
func (o *FeatureFlagLimitations) GetMaxComparisonValueLength() int32
GetMaxComparisonValueLength returns the MaxComparisonValueLength field if non-nil, zero value otherwise.
func (o *FeatureFlagLimitations) GetMaxComparisonValueLengthOk() (*int32, bool)
GetMaxComparisonValueLengthOk returns a tuple with the MaxComparisonValueLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagLimitations) SetMaxComparisonValueLength(v int32)
SetMaxComparisonValueLength sets MaxComparisonValueLength field to given value.
func (o *FeatureFlagLimitations) HasMaxComparisonValueLength() bool
HasMaxComparisonValueLength returns a boolean if a field has been set.
func (o *FeatureFlagLimitations) GetMaxComparisonValueListLength() int32
GetMaxComparisonValueListLength returns the MaxComparisonValueListLength field if non-nil, zero value otherwise.
func (o *FeatureFlagLimitations) GetMaxComparisonValueListLengthOk() (*int32, bool)
GetMaxComparisonValueListLengthOk returns a tuple with the MaxComparisonValueListLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagLimitations) SetMaxComparisonValueListLength(v int32)
SetMaxComparisonValueListLength sets MaxComparisonValueListLength field to given value.
func (o *FeatureFlagLimitations) HasMaxComparisonValueListLength() bool
HasMaxComparisonValueListLength returns a boolean if a field has been set.
func (o *FeatureFlagLimitations) GetMaxComparisonValueListItemLength() int32
GetMaxComparisonValueListItemLength returns the MaxComparisonValueListItemLength field if non-nil, zero value otherwise.
func (o *FeatureFlagLimitations) GetMaxComparisonValueListItemLengthOk() (*int32, bool)
GetMaxComparisonValueListItemLengthOk returns a tuple with the MaxComparisonValueListItemLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagLimitations) SetMaxComparisonValueListItemLength(v int32)
SetMaxComparisonValueListItemLength sets MaxComparisonValueListItemLength field to given value.
func (o *FeatureFlagLimitations) HasMaxComparisonValueListItemLength() bool
HasMaxComparisonValueListItemLength returns a boolean if a field has been set.
func (o *FeatureFlagLimitations) GetMaxStringFlagValueLength() int32
GetMaxStringFlagValueLength returns the MaxStringFlagValueLength field if non-nil, zero value otherwise.
func (o *FeatureFlagLimitations) GetMaxStringFlagValueLengthOk() (*int32, bool)
GetMaxStringFlagValueLengthOk returns a tuple with the MaxStringFlagValueLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagLimitations) SetMaxStringFlagValueLength(v int32)
SetMaxStringFlagValueLength sets MaxStringFlagValueLength field to given value.
func (o *FeatureFlagLimitations) HasMaxStringFlagValueLength() bool
HasMaxStringFlagValueLength returns a boolean if a field has been set.
func (o *FeatureFlagLimitations) GetMaxConditionPerTargetingRuleCount() int32
GetMaxConditionPerTargetingRuleCount returns the MaxConditionPerTargetingRuleCount field if non-nil, zero value otherwise.
func (o *FeatureFlagLimitations) GetMaxConditionPerTargetingRuleCountOk() (*int32, bool)
GetMaxConditionPerTargetingRuleCountOk returns a tuple with the MaxConditionPerTargetingRuleCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlagLimitations) SetMaxConditionPerTargetingRuleCount(v int32)
SetMaxConditionPerTargetingRuleCount sets MaxConditionPerTargetingRuleCount field to given value.
func (o *FeatureFlagLimitations) HasMaxConditionPerTargetingRuleCount() bool
HasMaxConditionPerTargetingRuleCount returns a boolean if a field has been set.