Class Meta
Represents the JSON serialization of the Meta field.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public class Meta
Constructors
View SourceMeta()
Declaration
public Meta()
Properties
| Edit this page View SourceEnabled
If the config is enabled.
Declaration
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
VariationKey
The variation key.
Declaration
[JsonPropertyName("variationKey")]
public string VariationKey { get; set; }
Property Value
Type | Description |
---|---|
string |