Class PluginInstallRequest
public sealed record PluginInstallRequest : IEquatable<PluginInstallRequest>
- Inheritance
-
PluginInstallRequest
- Implements
- Inherited Members
Constructors
PluginInstallRequest(string, bool)
public PluginInstallRequest(string Source, bool Enable = true)
Parameters
Properties
Enable
public bool Enable { get; init; }
Property Value
Source
public string Source { get; init; }