struct_rule_info.go 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. package qualitycheck
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // RuleInfo is a nested struct in qualitycheck response
  17. type RuleInfo struct {
  18. Name string `json:"Name" xml:"Name"`
  19. Comments string `json:"Comments" xml:"Comments"`
  20. Status int `json:"Status" xml:"Status"`
  21. AutoReview int `json:"AutoReview" xml:"AutoReview"`
  22. CreateEmpid string `json:"CreateEmpid" xml:"CreateEmpid"`
  23. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  24. LastUpdateTime string `json:"LastUpdateTime" xml:"LastUpdateTime"`
  25. Rid string `json:"Rid" xml:"Rid"`
  26. IsOnline int `json:"IsOnline" xml:"IsOnline"`
  27. ScoreSubName string `json:"ScoreSubName" xml:"ScoreSubName"`
  28. StartTime string `json:"StartTime" xml:"StartTime"`
  29. ScoreName string `json:"ScoreName" xml:"ScoreName"`
  30. EndTime string `json:"EndTime" xml:"EndTime"`
  31. RuleLambda string `json:"RuleLambda" xml:"RuleLambda"`
  32. Weight string `json:"Weight" xml:"Weight"`
  33. LastUpdateEmpid string `json:"LastUpdateEmpid" xml:"LastUpdateEmpid"`
  34. RuleScoreType int `json:"RuleScoreType" xml:"RuleScoreType"`
  35. Type int `json:"Type" xml:"Type"`
  36. IsDelete int `json:"IsDelete" xml:"IsDelete"`
  37. BusinessCategoryNameList BusinessCategoryNameList `json:"BusinessCategoryNameList" xml:"BusinessCategoryNameList"`
  38. Conditions ConditionsInConfigDataSet `json:"Conditions" xml:"Conditions"`
  39. Rules RulesInConfigDataSet `json:"Rules" xml:"Rules"`
  40. }