Name | Type | Description | Notes |
---|---|---|---|
SettingId | Pointer to int32 | Identifier of the Feature Flag or Setting. | [optional] |
Key | Pointer to NullableString | Key of the Feature Flag or Setting. | [optional] |
Name | Pointer to NullableString | Name of the Feature Flag or Setting. | [optional] |
Hint | Pointer to NullableString | Description of the Feature Flag or Setting. | [optional] |
Order | Pointer to int32 | The order of the Feature Flag or Setting represented on the ConfigCat Dashboard. | [optional] |
SettingType | Pointer to SettingType | [optional] | |
ConfigId | Pointer to string | Identifier of the Feature Flag's Config. | [optional] |
ConfigName | Pointer to NullableString | Name of the Feature Flag's Config. | [optional] |
Tags | Pointer to []TagModel | The tags attached to the Feature Flag or Setting. | [optional] |
func NewSettingModel() *SettingModel
NewSettingModel instantiates a new SettingModel 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 NewSettingModelWithDefaults() *SettingModel
NewSettingModelWithDefaults instantiates a new SettingModel 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 *SettingModel) GetSettingId() int32
GetSettingId returns the SettingId field if non-nil, zero value otherwise.
func (o *SettingModel) GetSettingIdOk() (*int32, bool)
GetSettingIdOk returns a tuple with the SettingId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetSettingId(v int32)
SetSettingId sets SettingId field to given value.
func (o *SettingModel) HasSettingId() bool
HasSettingId returns a boolean if a field has been set.
func (o *SettingModel) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *SettingModel) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetKey(v string)
SetKey sets Key field to given value.
func (o *SettingModel) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *SettingModel) SetKeyNil(b bool)
SetKeyNil sets the value for Key to be an explicit nil
func (o *SettingModel) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (o *SettingModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SettingModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetName(v string)
SetName sets Name field to given value.
func (o *SettingModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SettingModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SettingModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SettingModel) GetHint() string
GetHint returns the Hint field if non-nil, zero value otherwise.
func (o *SettingModel) GetHintOk() (*string, bool)
GetHintOk returns a tuple with the Hint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetHint(v string)
SetHint sets Hint field to given value.
func (o *SettingModel) HasHint() bool
HasHint returns a boolean if a field has been set.
func (o *SettingModel) SetHintNil(b bool)
SetHintNil sets the value for Hint to be an explicit nil
func (o *SettingModel) UnsetHint()
UnsetHint ensures that no value is present for Hint, not even an explicit nil
func (o *SettingModel) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *SettingModel) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *SettingModel) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *SettingModel) GetSettingType() SettingType
GetSettingType returns the SettingType field if non-nil, zero value otherwise.
func (o *SettingModel) GetSettingTypeOk() (*SettingType, bool)
GetSettingTypeOk returns a tuple with the SettingType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetSettingType(v SettingType)
SetSettingType sets SettingType field to given value.
func (o *SettingModel) HasSettingType() bool
HasSettingType returns a boolean if a field has been set.
func (o *SettingModel) GetConfigId() string
GetConfigId returns the ConfigId field if non-nil, zero value otherwise.
func (o *SettingModel) GetConfigIdOk() (*string, bool)
GetConfigIdOk returns a tuple with the ConfigId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetConfigId(v string)
SetConfigId sets ConfigId field to given value.
func (o *SettingModel) HasConfigId() bool
HasConfigId returns a boolean if a field has been set.
func (o *SettingModel) GetConfigName() string
GetConfigName returns the ConfigName field if non-nil, zero value otherwise.
func (o *SettingModel) GetConfigNameOk() (*string, bool)
GetConfigNameOk returns a tuple with the ConfigName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetConfigName(v string)
SetConfigName sets ConfigName field to given value.
func (o *SettingModel) HasConfigName() bool
HasConfigName returns a boolean if a field has been set.
func (o *SettingModel) SetConfigNameNil(b bool)
SetConfigNameNil sets the value for ConfigName to be an explicit nil
func (o *SettingModel) UnsetConfigName()
UnsetConfigName ensures that no value is present for ConfigName, not even an explicit nil
func (o *SettingModel) GetTags() []TagModel
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *SettingModel) GetTagsOk() (*[]TagModel, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingModel) SetTags(v []TagModel)
SetTags sets Tags field to given value.
func (o *SettingModel) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *SettingModel) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *SettingModel) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil