Class UninstallPlugin
Uninstall a plugin
[RequiredPermissions(SbcPermissions.ManagePlugins)]
public class UninstallPlugin : Command
- Inheritance
-
UninstallPlugin
- Derived
- Inherited Members
Constructors
UninstallPlugin()
public UninstallPlugin()
Properties
Plugin
Identifier of the plugin
public string Plugin { get; set; }
Property Value
Methods
UpdateFromJson(JsonElement)
Update this instance from a given JSON element
public override void UpdateFromJson(JsonElement jsonElement)
Parameters
jsonElementJsonElementElement to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data
UpdateFromJsonReader(ref Utf8JsonReader)
Update this instance from a given JSON element
public override void UpdateFromJsonReader(ref Utf8JsonReader reader)
Parameters
readerUtf8JsonReaderReader to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data