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. // ResultItem is a nested struct in airec response type ResultItem struct { Name string `json:"Name" xml:"Name"` ChargeType string `json:"ChargeType" xml:"ChargeType"` ErrorLevel string `json:"ErrorLevel" xml:"ErrorLevel"` ItemType string `json:"ItemType" xml:"ItemType"` GmtCreate string `json:"GmtCreate" xml:"GmtCreate"` DataSetVersion string `json:"DataSetVersion" xml:"DataSetVersion"` RegionId string `json:"RegionId" xml:"RegionId"` TotalProgress int `json:"TotalProgress" xml:"TotalProgress"` InstanceId string `json:"InstanceId" xml:"InstanceId"` TraceId string `json:"TraceId" xml:"TraceId"` CommodityCode string `json:"CommodityCode" xml:"CommodityCode"` MatchInfo string `json:"MatchInfo" xml:"MatchInfo"` Type string `json:"Type" xml:"Type"` Message string `json:"Message" xml:"Message"` ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"` Timestamp string `json:"Timestamp" xml:"Timestamp"` ErrorType string `json:"ErrorType" xml:"ErrorType"` GmtModified string `json:"GmtModified" xml:"GmtModified"` Industry string `json:"Industry" xml:"Industry"` TableName string `json:"TableName" xml:"TableName"` ItemId string `json:"ItemId" xml:"ItemId"` Scene string `json:"Scene" xml:"Scene"` TraceInfo string `json:"TraceInfo" xml:"TraceInfo"` Position int `json:"Position" xml:"Position"` Status string `json:"Status" xml:"Status"` LockMode string `json:"LockMode" xml:"LockMode"` Weight float64 `json:"Weight" xml:"Weight"` Meta Meta `json:"Meta" xml:"Meta"` Parameter Parameter `json:"Parameter" xml:"Parameter"` SubProgressInfos []SubProgressInfosItem `json:"SubProgressInfos" xml:"SubProgressInfos"` }