Flagr::Flag
July 17, 2020 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | [optional] | |
| key | String | unique key representation of the flag | [optional] |
| description | String | ||
| enabled | BOOLEAN | ||
| tags | Array<Tag> | [optional] | |
| segments | Array<Segment> | [optional] | |
| variants | Array<Variant> | [optional] | |
| data_records_enabled | BOOLEAN | enabled data records will get data logging in the metrics pipeline, for example, kafka. | |
| entity_type | String | it will override the entityType in the evaluation logs if it's not empty | [optional] |
| notes | String | flag usage details in markdown format | [optional] |
| created_by | String | [optional] | |
| updated_by | String | [optional] | |
| updated_at | DateTime | [optional] |