Table of Contents

Class ConfigField

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public sealed class ConfigField
Inheritance
ConfigField
Inherited Members

Properties

Category

[JsonPropertyName("category")]
public string? Category { get; set; }

Property Value

string

DefaultValue

[JsonPropertyName("defaultValue")]
public object? DefaultValue { get; set; }

Property Value

object

Description

[JsonPropertyName("description")]
public string Description { get; set; }

Property Value

string

EnumValues

[JsonPropertyName("enumValues")]
public IList<string>? EnumValues { get; set; }

Property Value

IList<string>

Key

[JsonPropertyName("key")]
public string Key { get; set; }

Property Value

string

Label

[JsonPropertyName("label")]
public string Label { get; set; }

Property Value

string

Sensitive

[JsonPropertyName("sensitive")]
public bool Sensitive { get; set; }

Property Value

bool

Type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

string