| Name | Type | Description | Notes |
|---|---|---|---|
| Setting | SettingDataModel | ||
| UpdatedAt | NullableTime | The last updated date and time when the Feature Flag or Setting. | |
| LastUpdaterUserEmail | NullableString | The email of the user who last updated the Feature Flag or Setting. | |
| LastUpdaterUserFullName | NullableString | The name of the user who last updated the Feature Flag or Setting. | |
| IntegrationLinks | []IntegrationLinkModel | The integration links attached to the Feature Flag or Setting. | |
| SettingTags | []SettingTagModel | The tags attached to the Feature Flag or Setting. | |
| RolloutRules | []RolloutRuleModel | The targeting rule collection. | |
| RolloutPercentageItems | []RolloutPercentageItemModel | The percentage rule collection. | |
| Value | SettingValueType | The value to serve. It must respect the setting type. In some generated clients for strictly typed languages you may use double/float properties to handle integer values. |
func NewConfigSettingValueModel(setting SettingDataModel, updatedAt NullableTime, lastUpdaterUserEmail NullableString, lastUpdaterUserFullName NullableString, integrationLinks []IntegrationLinkModel, settingTags []SettingTagModel, rolloutRules []RolloutRuleModel, rolloutPercentageItems []RolloutPercentageItemModel, value SettingValueType, ) *ConfigSettingValueModel
NewConfigSettingValueModel instantiates a new ConfigSettingValueModel 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 NewConfigSettingValueModelWithDefaults() *ConfigSettingValueModel
NewConfigSettingValueModelWithDefaults instantiates a new ConfigSettingValueModel 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 *ConfigSettingValueModel) GetSetting() SettingDataModel
GetSetting returns the Setting field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetSettingOk() (*SettingDataModel, bool)
GetSettingOk returns a tuple with the Setting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetSetting(v SettingDataModel)
SetSetting sets Setting field to given value.
func (o *ConfigSettingValueModel) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ConfigSettingValueModel) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *ConfigSettingValueModel) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *ConfigSettingValueModel) GetLastUpdaterUserEmail() string
GetLastUpdaterUserEmail returns the LastUpdaterUserEmail field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetLastUpdaterUserEmailOk() (*string, bool)
GetLastUpdaterUserEmailOk returns a tuple with the LastUpdaterUserEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetLastUpdaterUserEmail(v string)
SetLastUpdaterUserEmail sets LastUpdaterUserEmail field to given value.
func (o *ConfigSettingValueModel) SetLastUpdaterUserEmailNil(b bool)
SetLastUpdaterUserEmailNil sets the value for LastUpdaterUserEmail to be an explicit nil
func (o *ConfigSettingValueModel) UnsetLastUpdaterUserEmail()
UnsetLastUpdaterUserEmail ensures that no value is present for LastUpdaterUserEmail, not even an explicit nil
func (o *ConfigSettingValueModel) GetLastUpdaterUserFullName() string
GetLastUpdaterUserFullName returns the LastUpdaterUserFullName field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetLastUpdaterUserFullNameOk() (*string, bool)
GetLastUpdaterUserFullNameOk returns a tuple with the LastUpdaterUserFullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetLastUpdaterUserFullName(v string)
SetLastUpdaterUserFullName sets LastUpdaterUserFullName field to given value.
func (o *ConfigSettingValueModel) SetLastUpdaterUserFullNameNil(b bool)
SetLastUpdaterUserFullNameNil sets the value for LastUpdaterUserFullName to be an explicit nil
func (o *ConfigSettingValueModel) UnsetLastUpdaterUserFullName()
UnsetLastUpdaterUserFullName ensures that no value is present for LastUpdaterUserFullName, not even an explicit nil
func (o *ConfigSettingValueModel) GetIntegrationLinks() []IntegrationLinkModel
GetIntegrationLinks returns the IntegrationLinks field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetIntegrationLinksOk() (*[]IntegrationLinkModel, bool)
GetIntegrationLinksOk returns a tuple with the IntegrationLinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetIntegrationLinks(v []IntegrationLinkModel)
SetIntegrationLinks sets IntegrationLinks field to given value.
func (o *ConfigSettingValueModel) GetSettingTags() []SettingTagModel
GetSettingTags returns the SettingTags field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetSettingTagsOk() (*[]SettingTagModel, bool)
GetSettingTagsOk returns a tuple with the SettingTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetSettingTags(v []SettingTagModel)
SetSettingTags sets SettingTags field to given value.
func (o *ConfigSettingValueModel) GetRolloutRules() []RolloutRuleModel
GetRolloutRules returns the RolloutRules field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetRolloutRulesOk() (*[]RolloutRuleModel, bool)
GetRolloutRulesOk returns a tuple with the RolloutRules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetRolloutRules(v []RolloutRuleModel)
SetRolloutRules sets RolloutRules field to given value.
func (o *ConfigSettingValueModel) GetRolloutPercentageItems() []RolloutPercentageItemModel
GetRolloutPercentageItems returns the RolloutPercentageItems field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetRolloutPercentageItemsOk() (*[]RolloutPercentageItemModel, bool)
GetRolloutPercentageItemsOk returns a tuple with the RolloutPercentageItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetRolloutPercentageItems(v []RolloutPercentageItemModel)
SetRolloutPercentageItems sets RolloutPercentageItems field to given value.
func (o *ConfigSettingValueModel) GetValue() SettingValueType
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ConfigSettingValueModel) GetValueOk() (*SettingValueType, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigSettingValueModel) SetValue(v SettingValueType)
SetValue sets Value field to given value.