mirror of https://github.com/apache/cloudstack.git
Add response object required by go SDK for parsing response (#10152)
This commit is contained in:
parent
ba7ec88650
commit
3109e0080e
|
|
@ -40,7 +40,7 @@ public class VmMetricsStatsResponse extends BaseResponse {
|
|||
private String displayName;
|
||||
|
||||
@SerializedName("stats")
|
||||
@Param(description = "the list of VM stats")
|
||||
@Param(description = "the list of VM stats", responseObject = StatsResponse.class)
|
||||
private List<StatsResponse> stats;
|
||||
|
||||
public void setId(String id) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue