Table of Contents

Class PluginInstallRequest

Namespace
JD.AI.Gateway.Endpoints
Assembly
JD.AI.Gateway.dll
public sealed record PluginInstallRequest : IEquatable<PluginInstallRequest>
Inheritance
PluginInstallRequest
Implements
Inherited Members

Constructors

PluginInstallRequest(string, bool)

public PluginInstallRequest(string Source, bool Enable = true)

Parameters

Source string
Enable bool

Properties

Enable

public bool Enable { get; init; }

Property Value

bool

Source

public string Source { get; init; }

Property Value

string