LaunchDarklyApi::ContextInstanceEvaluation Properties Name Type Description Notes name String Name of the flag. key String Key of the flag. _value Object The value of the flag variation that the context receives. If there is no defined default rule, this is null. reason ContextInstanceEvaluationReason [optional] _links Hash<String, Link> The location and content type of related resources Example require 'launchdarkly_api' instance = LaunchDarklyApi::ContextInstanceEvaluation.new( name: My Flag, key: flag-key-123abc, _value: true, reason: null, _links: {"self":{"href":"/api/v2/projects/{projectKey}/environments/{environmentKey}/flags/evaluate","type":"application/json"},"site":{"href":"/my-project/my-environment/features/sort.order/targeting","type":"text/html"}} )