We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用go SDK 遇到sdk 错误定义。 具体错误如下
huaweicloud-sdk-go-v3/services/ecs/v2/model/model_server_detail.go
Line 10 in c245a42
对用户不太友好;
The text was updated successfully, but these errors were encountered:
你好,Metadata这个字段的来源一部分是ECS在创建虚拟机的时候自动添加的,一部分是用户自定义的,因此无法明确定义为结构体,因此定义为字典。
Sorry, something went wrong.
No branches or pull requests
在使用go SDK 遇到sdk 错误定义。
具体错误如下
huaweicloud-sdk-go-v3/services/ecs/v2/model/model_server_detail.go
Line 10 in c245a42
第91行, Metadata map[string]string json:"metadata"
在使用方法,client.ListServersDetails() 中返回结构体并不是map。
返回值如下:
而SDK定义的结构体为map
对用户不太友好;
The text was updated successfully, but these errors were encountered: