Sha256: 1df3e4e0325ddbe5beab48844e72ab828657423e292e07930ce65bf5edd7a47c
Contents?: true
Size: 708 Bytes
Versions: 5
Compression:
Stored size: 708 Bytes
Contents
# TalonOne::FeatureFlag ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the feature flag. | **value** | **String** | The value of the feature flag. | **created** | **DateTime** | The time this entity was last created. | [optional] **modified** | **DateTime** | The time this entity was last modified. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::FeatureFlag.new(name: canCreateCampaignFromTemplate, value: true, created: 2021-09-22T12:24:14.956203Z, modified: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
talon_one-6.0.0 | docs/FeatureFlag.md |
talon_one-5.0.0 | docs/FeatureFlag.md |
talon_one-3.0.2 | docs/FeatureFlag.md |
talon_one-3.0.1 | docs/FeatureFlag.md |
talon_one-3.0.0 | docs/FeatureFlag.md |