Sha256: fb14a3d4a1bb114d7f83652c667472d83908e9d21ad0aa5b6a14f3c031a7201d
Contents?: true
Size: 731 Bytes
Versions: 1
Compression:
Stored size: 731 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: 2021-09-25T10:34:12.956203Z) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/FeatureFlag.md |