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 |
VersionKey
The version key.
Declaration
[JsonPropertyName("versionKey")]
public string VersionKey { get; set; }
Property Value
Type | Description |
---|---|
string |