| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- package airec
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // Result is a nested struct in airec response
- type Result struct {
- Name string `json:"Name" xml:"Name"`
- UserCountUsed int `json:"UserCountUsed" xml:"UserCountUsed"`
- ChargeType string `json:"ChargeType" xml:"ChargeType"`
- ItemCountUsed int `json:"ItemCountUsed" xml:"ItemCountUsed"`
- CurrentQps int `json:"CurrentQps" xml:"CurrentQps"`
- ItemCount int `json:"ItemCount" xml:"ItemCount"`
- GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
- DataSetVersion string `json:"DataSetVersion" xml:"DataSetVersion"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- Id string `json:"Id" xml:"Id"`
- CommodityCode string `json:"CommodityCode" xml:"CommodityCode"`
- Description string `json:"Description" xml:"Description"`
- Type string `json:"Type" xml:"Type"`
- ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
- GmtModified string `json:"GmtModified" xml:"GmtModified"`
- Industry string `json:"Industry" xml:"Industry"`
- UserCount int `json:"UserCount" xml:"UserCount"`
- Scene string `json:"Scene" xml:"Scene"`
- Qps int `json:"Qps" xml:"Qps"`
- Status string `json:"Status" xml:"Status"`
- LockMode string `json:"LockMode" xml:"LockMode"`
- Overall Overall `json:"Overall" xml:"Overall"`
- Parameter Parameter `json:"Parameter" xml:"Parameter"`
- Detail []DetailItem `json:"Detail" xml:"Detail"`
- Meta []MetaItem `json:"Meta" xml:"Meta"`
- }
|