FeatureFlagOverrides feature flag model.
| Name | Type | Description | Notes |
|---|---|---|---|
| flagName | String | Feature flag name. | [optional] |
| highPriority | Boolean | Optional: high priority. | [optional] |
| isEnabled | Boolean | Feature flag enabled or not. | [optional] |
| value | String | Optional: additional value for the feature flag. | [optional] |