We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eaf626 commit 57a8ff2Copy full SHA for 57a8ff2
1 file changed
api/src/main/java/org/apache/cloudstack/api/response/TemplateResponse.java
@@ -132,6 +132,7 @@ public class TemplateResponse extends BaseResponseWithTagInformation implements
132
@SerializedName(ApiConstants.HYPERVISOR)
133
@Param(description = "the hypervisor on which the template runs")
134
private String hypervisor;
135
+
136
@SerializedName(ApiConstants.DOMAIN)
137
@Param(description = "the name of the domain to which the template belongs")
138
private String domainName;
0 commit comments