Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
20 lines (16 loc) · 1.14 KB

Flag.md

File metadata and controls

20 lines (16 loc) · 1.14 KB

Flag

Properties

Name Type Description Notes
Id int64 [optional] [default to null]
Key string unique key representation of the flag [optional] [default to null]
Description string [default to null]
Enabled bool [default to null]
Segments []Segment [optional] [default to null]
Variants []Variant [optional] [default to null]
DataRecordsEnabled bool enabled data records will get data logging in the metrics pipeline, for example, kafka. [default to null]
EntityType string it will override the entityType in the evaluation logs if it's not empty [optional] [default to null]
CreatedBy string [optional] [default to null]
UpdatedBy string [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]

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