| Name |
Type |
Description |
Notes |
| targetingRule |
string |
The targeting rule |
[optional] [default to undefined] |
| targetingRuleDescription |
string |
The rule description |
[optional] [default to undefined] |
| targetingRuleClauses |
Array<any> |
An array of clauses used for individual targeting based on attributes |
[optional] [default to undefined] |
| flagConfigVersion |
number |
The flag version |
[optional] [default to undefined] |
| notInExperimentVariationId |
string |
The ID of the variation to route traffic not part of the experiment analysis to |
[optional] [default to undefined] |
| _links |
{ [key: string]: Link; } |
The location and content type of related resources |
[default to undefined] |
import { FlagRep } from 'launchdarkly-api-typescript';
const instance: FlagRep = {
targetingRule,
targetingRuleDescription,
targetingRuleClauses,
flagConfigVersion,
notInExperimentVariationId,
_links,
};
[Back to Model list] [Back to API list] [Back to README]