Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1022 Bytes

FeatureConfig.md

File metadata and controls

15 lines (12 loc) · 1022 Bytes

FeatureConfig

Properties

Name Type Description Notes
Feature string ID of the Feature owning the Configuration [default to null]
Environment string ID of the Environment owning the Configuration [default to null]
CreatedBy string User who created the Feature Configuration [default to null]
Status string Status of the Feature Configuration [default to null]
StartedAt time.Time Date the Feature Configuration was started [optional] [default to null]
UpdatedAt time.Time The date the Feature Configuration was last updated [default to null]
Targets []Target The targets to evaluate what variation a user should be delivered [default to null]

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