We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80f2c7 commit bc2c829Copy full SHA for bc2c829
api/src/main/java/org/apache/cloudstack/api/command/user/userdata/RegisterUserDataCmd.java
@@ -21,6 +21,8 @@
21
import org.apache.cloudstack.api.ApiConstants;
22
import org.apache.cloudstack.api.Parameter;
23
import org.apache.cloudstack.api.ServerApiException;
24
+import org.apache.cloudstack.api.response.DomainResponse;
25
+import org.apache.cloudstack.api.response.ProjectResponse;
26
import org.apache.cloudstack.api.response.SuccessResponse;
27
import org.apache.cloudstack.api.response.UserDataResponse;
28
import org.apache.cloudstack.context.CallContext;
0 commit comments