You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
// Unique Variable identifier, can be used in the SDK / API to reference by key rather then ID. Must only contain lower-case characters and `_` or `-`.
Key string `json:"key"`
// The key or ID of the Feature this Variable is associated with
Feature string `json:"_feature,omitempty"`
// The type of Variable. Must be one of [String | Boolean | Number | JSON]