Table of Contents

Class PluginInfo

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record PluginInfo : IEquatable<PluginInfo>
Inheritance
PluginInfo
Implements
Inherited Members

Properties

Author

public string Author { get; init; }

Property Value

string

Enabled

public bool Enabled { get; init; }

Property Value

bool

Id

public string Id { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Version

public string Version { get; init; }

Property Value

string