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 int64 `json:"UserCountUsed" xml:"UserCountUsed"` ChargeType string `json:"ChargeType" xml:"ChargeType"` ItemCountUsed int64 `json:"ItemCountUsed" xml:"ItemCountUsed"` CurrentQps int `json:"CurrentQps" xml:"CurrentQps"` ItemCount int64 `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"` CommodityCode string `json:"CommodityCode" xml:"CommodityCode"` Num int `json:"Num" xml:"Num"` Type string `json:"Type" xml:"Type"` ScenarioBased bool `json:"ScenarioBased" xml:"ScenarioBased"` ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"` GmtModified string `json:"GmtModified" xml:"GmtModified"` Industry string `json:"Industry" xml:"Industry"` TableName string `json:"TableName" xml:"TableName"` UserCount int64 `json:"UserCount" xml:"UserCount"` DurationSeconds int `json:"DurationSeconds" xml:"DurationSeconds"` Scene string `json:"Scene" xml:"Scene"` Qps int `json:"Qps" xml:"Qps"` Status string `json:"Status" xml:"Status"` LockMode string `json:"LockMode" xml:"LockMode"` TraceId []string `json:"TraceId" xml:"TraceId"` Uid []string `json:"Uid" xml:"Uid"` SceneId []string `json:"SceneId" xml:"SceneId"` Meta Meta `json:"Meta" xml:"Meta"` Overall Overall `json:"Overall" xml:"Overall"` Parameter Parameter `json:"Parameter" xml:"Parameter"` List []ListItem `json:"List" xml:"List"` Detail []DetailItem `json:"Detail" xml:"Detail"` }