Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of the flag. | |
Key | string | Key of the flag. | |
Value | interface{} | The value of the flag variation that the context receives. If there is no defined default rule, this is null. | |
Reason | Pointer to ContextInstanceEvaluationReason | [optional] | |
Links | map[string]Link | The location and content type of related resources |
func NewContextInstanceEvaluation(name string, key string, value interface{}, links map[string]Link, ) *ContextInstanceEvaluation
NewContextInstanceEvaluation instantiates a new ContextInstanceEvaluation 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 NewContextInstanceEvaluationWithDefaults() *ContextInstanceEvaluation
NewContextInstanceEvaluationWithDefaults instantiates a new ContextInstanceEvaluation 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 *ContextInstanceEvaluation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ContextInstanceEvaluation) 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 *ContextInstanceEvaluation) SetName(v string)
SetName sets Name field to given value.
func (o *ContextInstanceEvaluation) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ContextInstanceEvaluation) 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 *ContextInstanceEvaluation) SetKey(v string)
SetKey sets Key field to given value.
func (o *ContextInstanceEvaluation) GetValue() interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ContextInstanceEvaluation) GetValueOk() (*interface{}, 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 *ContextInstanceEvaluation) SetValue(v interface{})
SetValue sets Value field to given value.
func (o *ContextInstanceEvaluation) SetValueNil(b bool)
SetValueNil sets the value for Value to be an explicit nil
func (o *ContextInstanceEvaluation) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
func (o *ContextInstanceEvaluation) GetReason() ContextInstanceEvaluationReason
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *ContextInstanceEvaluation) GetReasonOk() (*ContextInstanceEvaluationReason, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextInstanceEvaluation) SetReason(v ContextInstanceEvaluationReason)
SetReason sets Reason field to given value.
func (o *ContextInstanceEvaluation) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *ContextInstanceEvaluation) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *ContextInstanceEvaluation) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContextInstanceEvaluation) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.