TencentCloud / tencentcloud-sdk-go

Tencent Cloud API 3.0 SDK for Golang
Apache License 2.0
641 stars 196 forks source link

ZoneInfo struct not found SalesInfo field #157

Closed liqiuqing closed 2 years ago

liqiuqing commented 2 years ago

https://github.com/TencentCloud/tencentcloud-sdk-go/blob/273df88c71a2d48e92f1ff948f72c0c70bee24f4/tencentcloud/ckafka/v20190819/models.go#L3414

tencentcloud console API Explorer DescribeCkafkaZone "ZoneList": [ { "ZoneId": "160001", "IsInternalApp": 1, "AppId": 1253413501, "Flag": false, "ZoneName": "成都一区", "ZoneStatus": 3, "Exflag": "0", "SalesInfo": [ { "Flag": false, "Version": "0.10.2", "Platform": "standard", "SoldOut": true }, { "Flag": false, "Version": "2.4.2", "Platform": "standard", "SoldOut": true }, { "Flag": false, "Version": "1.1.1", "Platform": "standard", "SoldOut": false } ], "SoldOut": "false" }, { "ZoneId": "160002", "IsInternalApp": 1, "AppId": 1253413501, "Flag": false, "ZoneName": "成都二区", "ZoneStatus": 3, "Exflag": "0", "SalesInfo": [ { "Flag": false, "Version": "0.10.2", "Platform": "standard", "SoldOut": true }, { "Flag": false, "Version": "2.4.2", "Platform": "standard", "SoldOut": true }, { "Flag": false, "Version": "1.1.1", "Platform": "standard", "SoldOut": false } ], "SoldOut": "false" } ]

zqfan commented 2 years ago

SDK defines struct according to official site documents, API response might have additional fields, but they are not officially supported