@@ -1,3 +1,8 @@
+2020-03-06 Version: v1.61.32
+- Generated 2019-02-14 for `Ons`.
+- Add request parameter groupType for OnsGroupCreate.
+- Add request parameter groupType for OnsGroupList.
+
2020-03-05 Version: v1.61.31
- Generated 2017-09-12 for `Cbn`.
- Support flow log.
@@ -78,6 +78,7 @@ type OnsGroupListRequest struct {
*requests.RpcRequest
GroupId string `position:"Query" name:"GroupId"`
InstanceId string `position:"Query" name:"InstanceId"`
+ GroupType string `position:"Query" name:"GroupType"`
}
// OnsGroupListResponse is the response struct for api OnsGroupList
@@ -24,4 +24,5 @@ type SubscribeInfoDo struct {
InstanceId string `json:"InstanceId" xml:"InstanceId"`
IndependentNaming bool `json:"IndependentNaming" xml:"IndependentNaming"`
CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
+ GroupType string `json:"GroupType" xml:"GroupType"`