Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | The name of the feature flag. | |
Value | Pointer to string | The value of the feature flag. | |
Created | Pointer to time.Time | The time this entity was last created. | [optional] |
Modified | Pointer to time.Time | The time this entity was last modified. | [optional] |
func (o *FeatureFlag) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FeatureFlag) 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 *FeatureFlag) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FeatureFlag) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *FeatureFlag) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *FeatureFlag) GetValueOk() (string, 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 *FeatureFlag) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *FeatureFlag) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (o *FeatureFlag) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *FeatureFlag) GetCreatedOk() (time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlag) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *FeatureFlag) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *FeatureFlag) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *FeatureFlag) GetModifiedOk() (time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FeatureFlag) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *FeatureFlag) SetModified(v time.Time)
SetModified gets a reference to the given time.Time and assigns it to the Modified field.