Table of Contents

Class ProviderConfigModel

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

Properties

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>