Class UnInstallExtensionRequest
java.lang.Object
org.azd.extensionmanagement.types.UnInstallExtensionRequest
-
Field Summary
Modifier and TypeFieldDescriptionId of the extension.Id of the publisher.Reason for uninstallReason code for uninstall -
Constructor Summary
-
Method Summary
-
Field Details
-
publisherId
Id of the publisher. Example: "sonarsource". -
extensionId
Id of the extension. Example: "sonarqube". -
reason
Reason for uninstall -
reasonCode
Reason code for uninstall
-
-
Constructor Details
-
UnInstallExtensionRequest
public UnInstallExtensionRequest()
-