Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.73 KB

File metadata and controls

56 lines (31 loc) · 1.73 KB

FlagConfigEvaluation

Properties

Name Type Description Notes
ContextKinds Pointer to []string [optional]

Methods

NewFlagConfigEvaluation

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

NewFlagConfigEvaluationWithDefaults

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

GetContextKinds

func (o *FlagConfigEvaluation) GetContextKinds() []string

GetContextKinds returns the ContextKinds field if non-nil, zero value otherwise.

GetContextKindsOk

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.

SetContextKinds

func (o *FlagConfigEvaluation) SetContextKinds(v []string)

SetContextKinds sets ContextKinds field to given value.

HasContextKinds

func (o *FlagConfigEvaluation) HasContextKinds() bool

HasContextKinds returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]