Class ConfigSection
- Namespace
- JD.AI.Dashboard.Wasm.Models
- Assembly
- JD.AI.Dashboard.Wasm.dll
public sealed class ConfigSection
- Inheritance
-
ConfigSection
- Inherited Members
-
Properties
Category
[JsonPropertyName("category")]
public string Category { get; set; }
Property Value
- string
Fields
[JsonPropertyName("fields")]
public IList<ConfigField> Fields { get; set; }
Property Value
- IList<ConfigField>
Key
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
- string
Label
[JsonPropertyName("label")]
public string Label { get; set; }
Property Value
- string