yunify / qingcloud-sdk-go

The official QingCloud SDK for the Go programming language.
Apache License 2.0
29 stars 42 forks source link

cannot unmarshal object into Go struct field Cluster.upgrade_policy of type string #144

Closed huangwind205 closed 4 years ago

huangwind205 commented 4 years ago

UpgradePolicy [] string json:"upgrade_policy" name:"upgrade_policy" 这儿有点问题, 改成下面的比较合适吧 UpgradePolicy [] interface{} json:"upgrade_policy" name:"upgrade_policy"

ruishawn commented 4 years ago

145 has resolved this issue.