Sha256: ee7643ce5b61419be2c9fa5e9d5fd4337696a50b22dc72fd9dcd032e2ffa6d86
Contents?: true
Size: 674 Bytes
Versions: 7
Compression:
Stored size: 674 Bytes
Contents
# TalonOne::FeatureFlag ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name for the featureflag | **value** | **String** | The value for the featureflag | **created** | **DateTime** | The exact moment this entity was last created. | [optional] **modified** | **DateTime** | The exact moment this entity was last modified. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::FeatureFlag.new(name: null, value: null, created: null, modified: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems