Name | Type | Description | Notes |
---|---|---|---|
Hint | Pointer to NullableString | A short description for the setting, shown on the Dashboard UI. | [optional] |
Tags | Pointer to []int64 | The IDs of the tags which are attached to the setting. | [optional] |
Order | Pointer to NullableInt32 | The order of the Setting represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers. | [optional] |
Key | string | The key of the Feature Flag or Setting. | |
Name | string | The name of the Feature Flag or Setting. | |
SettingType | SettingType | ||
InitialValues | Pointer to []InitialValue | Optional, initial value of the Feature Flag or Setting in the given Environments. | [optional] |
func NewCreateSettingInitialValues(key string, name string, settingType SettingType, ) *CreateSettingInitialValues
NewCreateSettingInitialValues instantiates a new CreateSettingInitialValues 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 NewCreateSettingInitialValuesWithDefaults() *CreateSettingInitialValues
NewCreateSettingInitialValuesWithDefaults instantiates a new CreateSettingInitialValues 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 *CreateSettingInitialValues) GetHint() string
GetHint returns the Hint field if non-nil, zero value otherwise.
func (o *CreateSettingInitialValues) 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 *CreateSettingInitialValues) SetHint(v string)
SetHint sets Hint field to given value.
func (o *CreateSettingInitialValues) HasHint() bool
HasHint returns a boolean if a field has been set.
func (o *CreateSettingInitialValues) SetHintNil(b bool)
SetHintNil sets the value for Hint to be an explicit nil
func (o *CreateSettingInitialValues) UnsetHint()
UnsetHint ensures that no value is present for Hint, not even an explicit nil
func (o *CreateSettingInitialValues) GetTags() []int64
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *CreateSettingInitialValues) GetTagsOk() (*[]int64, 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 *CreateSettingInitialValues) SetTags(v []int64)
SetTags sets Tags field to given value.
func (o *CreateSettingInitialValues) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *CreateSettingInitialValues) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *CreateSettingInitialValues) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *CreateSettingInitialValues) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *CreateSettingInitialValues) 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 *CreateSettingInitialValues) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *CreateSettingInitialValues) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *CreateSettingInitialValues) SetOrderNil(b bool)
SetOrderNil sets the value for Order to be an explicit nil
func (o *CreateSettingInitialValues) UnsetOrder()
UnsetOrder ensures that no value is present for Order, not even an explicit nil
func (o *CreateSettingInitialValues) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *CreateSettingInitialValues) 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 *CreateSettingInitialValues) SetKey(v string)
SetKey sets Key field to given value.
func (o *CreateSettingInitialValues) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateSettingInitialValues) 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 *CreateSettingInitialValues) SetName(v string)
SetName sets Name field to given value.
func (o *CreateSettingInitialValues) GetSettingType() SettingType
GetSettingType returns the SettingType field if non-nil, zero value otherwise.
func (o *CreateSettingInitialValues) 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 *CreateSettingInitialValues) SetSettingType(v SettingType)
SetSettingType sets SettingType field to given value.
func (o *CreateSettingInitialValues) GetInitialValues() []InitialValue
GetInitialValues returns the InitialValues field if non-nil, zero value otherwise.
func (o *CreateSettingInitialValues) GetInitialValuesOk() (*[]InitialValue, bool)
GetInitialValuesOk returns a tuple with the InitialValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSettingInitialValues) SetInitialValues(v []InitialValue)
SetInitialValues sets InitialValues field to given value.
func (o *CreateSettingInitialValues) HasInitialValues() bool
HasInitialValues returns a boolean if a field has been set.
func (o *CreateSettingInitialValues) SetInitialValuesNil(b bool)
SetInitialValuesNil sets the value for InitialValues to be an explicit nil
func (o *CreateSettingInitialValues) UnsetInitialValues()
UnsetInitialValues ensures that no value is present for InitialValues, not even an explicit nil