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] |
SettingType | Pointer to SettingType | [optional] | |
Order | Pointer to int32 | The order of the Feature Flag or Setting represented on the ConfigCat Dashboard. | [optional] |
CreatedAt | Pointer to NullableTime | The creation time of the Feature Flag or Setting. | [optional] |
CreatorEmail | Pointer to NullableString | The user's email address who created the Feature Flag or Setting. | [optional] |
CreatorFullName | Pointer to NullableString | The user's name who created the Feature Flag or Setting. | [optional] |
IsWatching | Pointer to bool | [optional] |
func NewSettingDataModel() *SettingDataModel
NewSettingDataModel instantiates a new SettingDataModel 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 NewSettingDataModelWithDefaults() *SettingDataModel
NewSettingDataModelWithDefaults instantiates a new SettingDataModel 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 *SettingDataModel) GetSettingId() int32
GetSettingId returns the SettingId field if non-nil, zero value otherwise.
func (o *SettingDataModel) 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 *SettingDataModel) SetSettingId(v int32)
SetSettingId sets SettingId field to given value.
func (o *SettingDataModel) HasSettingId() bool
HasSettingId returns a boolean if a field has been set.
func (o *SettingDataModel) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *SettingDataModel) 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 *SettingDataModel) SetKey(v string)
SetKey sets Key field to given value.
func (o *SettingDataModel) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *SettingDataModel) SetKeyNil(b bool)
SetKeyNil sets the value for Key to be an explicit nil
func (o *SettingDataModel) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (o *SettingDataModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SettingDataModel) 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 *SettingDataModel) SetName(v string)
SetName sets Name field to given value.
func (o *SettingDataModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SettingDataModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SettingDataModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SettingDataModel) GetHint() string
GetHint returns the Hint field if non-nil, zero value otherwise.
func (o *SettingDataModel) 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 *SettingDataModel) SetHint(v string)
SetHint sets Hint field to given value.
func (o *SettingDataModel) HasHint() bool
HasHint returns a boolean if a field has been set.
func (o *SettingDataModel) SetHintNil(b bool)
SetHintNil sets the value for Hint to be an explicit nil
func (o *SettingDataModel) UnsetHint()
UnsetHint ensures that no value is present for Hint, not even an explicit nil
func (o *SettingDataModel) GetSettingType() SettingType
GetSettingType returns the SettingType field if non-nil, zero value otherwise.
func (o *SettingDataModel) 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 *SettingDataModel) SetSettingType(v SettingType)
SetSettingType sets SettingType field to given value.
func (o *SettingDataModel) HasSettingType() bool
HasSettingType returns a boolean if a field has been set.
func (o *SettingDataModel) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *SettingDataModel) 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 *SettingDataModel) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *SettingDataModel) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *SettingDataModel) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *SettingDataModel) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingDataModel) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *SettingDataModel) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SettingDataModel) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *SettingDataModel) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *SettingDataModel) GetCreatorEmail() string
GetCreatorEmail returns the CreatorEmail field if non-nil, zero value otherwise.
func (o *SettingDataModel) GetCreatorEmailOk() (*string, bool)
GetCreatorEmailOk returns a tuple with the CreatorEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingDataModel) SetCreatorEmail(v string)
SetCreatorEmail sets CreatorEmail field to given value.
func (o *SettingDataModel) HasCreatorEmail() bool
HasCreatorEmail returns a boolean if a field has been set.
func (o *SettingDataModel) SetCreatorEmailNil(b bool)
SetCreatorEmailNil sets the value for CreatorEmail to be an explicit nil
func (o *SettingDataModel) UnsetCreatorEmail()
UnsetCreatorEmail ensures that no value is present for CreatorEmail, not even an explicit nil
func (o *SettingDataModel) GetCreatorFullName() string
GetCreatorFullName returns the CreatorFullName field if non-nil, zero value otherwise.
func (o *SettingDataModel) GetCreatorFullNameOk() (*string, bool)
GetCreatorFullNameOk returns a tuple with the CreatorFullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingDataModel) SetCreatorFullName(v string)
SetCreatorFullName sets CreatorFullName field to given value.
func (o *SettingDataModel) HasCreatorFullName() bool
HasCreatorFullName returns a boolean if a field has been set.
func (o *SettingDataModel) SetCreatorFullNameNil(b bool)
SetCreatorFullNameNil sets the value for CreatorFullName to be an explicit nil
func (o *SettingDataModel) UnsetCreatorFullName()
UnsetCreatorFullName ensures that no value is present for CreatorFullName, not even an explicit nil
func (o *SettingDataModel) GetIsWatching() bool
GetIsWatching returns the IsWatching field if non-nil, zero value otherwise.
func (o *SettingDataModel) GetIsWatchingOk() (*bool, bool)
GetIsWatchingOk returns a tuple with the IsWatching field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingDataModel) SetIsWatching(v bool)
SetIsWatching sets IsWatching field to given value.
func (o *SettingDataModel) HasIsWatching() bool
HasIsWatching returns a boolean if a field has been set.