| Name | Type | Description | Notes |
|---|---|---|---|
| ContextKinds | Pointer to []string | [optional] |
func NewFlagConfigEvaluation() *FlagConfigEvaluation
NewFlagConfigEvaluation instantiates a new FlagConfigEvaluation 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 NewFlagConfigEvaluationWithDefaults() *FlagConfigEvaluation
NewFlagConfigEvaluationWithDefaults instantiates a new FlagConfigEvaluation 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 *FlagConfigEvaluation) GetContextKinds() []string
GetContextKinds returns the ContextKinds field if non-nil, zero value otherwise.
func (o *FlagConfigEvaluation) GetContextKindsOk() (*[]string, bool)
GetContextKindsOk returns a tuple with the ContextKinds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FlagConfigEvaluation) SetContextKinds(v []string)
SetContextKinds sets ContextKinds field to given value.
func (o *FlagConfigEvaluation) HasContextKinds() bool
HasContextKinds returns a boolean if a field has been set.