Name | Type | Description | Notes |
---|---|---|---|
Config | Pointer to ConfigModel | [optional] | |
Environment | Pointer to EnvironmentModel | [optional] | |
ReadOnly | Pointer to bool | [optional] | |
SettingValues | Pointer to []ConfigSettingValueModel | [optional] | |
FeatureFlagLimitations | Pointer to FeatureFlagLimitations | [optional] |
func NewConfigSettingValuesModel() *ConfigSettingValuesModel
NewConfigSettingValuesModel instantiates a new ConfigSettingValuesModel 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 NewConfigSettingValuesModelWithDefaults() *ConfigSettingValuesModel
NewConfigSettingValuesModelWithDefaults instantiates a new ConfigSettingValuesModel 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 *ConfigSettingValuesModel) GetConfig() ConfigModel
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *ConfigSettingValuesModel) GetConfigOk() (*ConfigModel, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValuesModel) SetConfig(v ConfigModel)
SetConfig sets Config field to given value.
func (o *ConfigSettingValuesModel) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (o *ConfigSettingValuesModel) GetEnvironment() EnvironmentModel
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *ConfigSettingValuesModel) GetEnvironmentOk() (*EnvironmentModel, bool)
GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValuesModel) SetEnvironment(v EnvironmentModel)
SetEnvironment sets Environment field to given value.
func (o *ConfigSettingValuesModel) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *ConfigSettingValuesModel) GetReadOnly() bool
GetReadOnly returns the ReadOnly field if non-nil, zero value otherwise.
func (o *ConfigSettingValuesModel) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValuesModel) SetReadOnly(v bool)
SetReadOnly sets ReadOnly field to given value.
func (o *ConfigSettingValuesModel) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (o *ConfigSettingValuesModel) GetSettingValues() []ConfigSettingValueModel
GetSettingValues returns the SettingValues field if non-nil, zero value otherwise.
func (o *ConfigSettingValuesModel) GetSettingValuesOk() (*[]ConfigSettingValueModel, bool)
GetSettingValuesOk returns a tuple with the SettingValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValuesModel) SetSettingValues(v []ConfigSettingValueModel)
SetSettingValues sets SettingValues field to given value.
func (o *ConfigSettingValuesModel) HasSettingValues() bool
HasSettingValues returns a boolean if a field has been set.
func (o *ConfigSettingValuesModel) SetSettingValuesNil(b bool)
SetSettingValuesNil sets the value for SettingValues to be an explicit nil
func (o *ConfigSettingValuesModel) UnsetSettingValues()
UnsetSettingValues ensures that no value is present for SettingValues, not even an explicit nil
func (o *ConfigSettingValuesModel) GetFeatureFlagLimitations() FeatureFlagLimitations
GetFeatureFlagLimitations returns the FeatureFlagLimitations field if non-nil, zero value otherwise.
func (o *ConfigSettingValuesModel) GetFeatureFlagLimitationsOk() (*FeatureFlagLimitations, bool)
GetFeatureFlagLimitationsOk returns a tuple with the FeatureFlagLimitations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValuesModel) SetFeatureFlagLimitations(v FeatureFlagLimitations)
SetFeatureFlagLimitations sets FeatureFlagLimitations field to given value.
func (o *ConfigSettingValuesModel) HasFeatureFlagLimitations() bool
HasFeatureFlagLimitations returns a boolean if a field has been set.