LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class Meta

    Represents the JSON serialization of the Meta field.

    Inheritance
    object
    Meta
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public class Meta

    Constructors

    View Source

    Meta()

    Declaration
    public Meta()

    Properties

    | Edit this page View Source

    Enabled

    If the config is enabled.

    Declaration
    [JsonPropertyName("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    VariationKey

    The variation key.

    Declaration
    [JsonPropertyName("variationKey")]
    public string VariationKey { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

    The variation version.

    Declaration
    [JsonPropertyName("version")]
    public int? Version { get; set; }
    Property Value
    Type Description
    int?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX