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

Latest commit

 

History

History
21 lines (18 loc) · 1.59 KB

Feature.md

File metadata and controls

21 lines (18 loc) · 1.59 KB

Feature

Properties

Name Type Description Notes
Name string Name of the Feature [default to null]
Key string Unique key by Project, can be used in the SDK / API to reference by 'key' rather than id. Must only contain lower-case characters and `` or `-`. [default to null]
Description string Feature description. [optional] [default to null]
Id string A unique Feature ID [default to null]
Project string The Project owning the Feature [default to null]
Source string Source that created the Feature [default to null]
Type_ string The Feature type [optional] [default to null]
CreatedBy string ID of the User who created the Feature [optional] [default to null]
CreatedAt time.Time The date the Feature was created [default to null]
UpdatedAt time.Time The date the Feature was last updated [default to null]
Variations []Variation Variation configurations to be used by feature configurations. [optional] [default to null]
Variables []Variable Variable definitions to be referenced in variations [optional] [default to null]
Tags []string Tags to organize Features on the dashboard [optional] [default to null]

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