Class ChannelConfigModel
- Namespace
- JD.AI.Dashboard.Wasm.Models
- Assembly
- JD.AI.Dashboard.Wasm.dll
public sealed class ChannelConfigModel
- Inheritance
-
ChannelConfigModel
- Inherited Members
-
Properties
AutoConnect
public bool AutoConnect { get; set; }
Property Value
- bool
Enabled
public bool Enabled { get; set; }
Property Value
- bool
Name
public string Name { get; set; }
Property Value
- string
Settings
public IDictionary<string, string> Settings { get; set; }
Property Value
- IDictionary<string, string>
Type
public string Type { get; set; }
Property Value
- string