Sha256: f814de72d75ddf46ce9b20279bb4bdea0f115cb65314f91ec161bcee169f6cc8
Contents?: true
Size: 640 Bytes
Versions: 13
Compression:
Stored size: 640 Bytes
Contents
# DevCycle::Feature ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_id** | **String** | unique database id | | | **key** | **String** | Unique key by Project, can be used in the SDK / API to reference by 'key' rather than _id. | | | **type** | **String** | Feature type | | | **_variation** | **String** | Bucketed feature variation | | | **eval_reason** | **String** | Evaluation reasoning | [optional] | ## Example ```ruby require 'devcycle-server-sdk' instance = DevCycle::Feature.new( _id: null, key: null, type: null, _variation: null, eval_reason: null ) ```
Version data entries
13 entries across 9 versions & 3 rubygems