struct_rule_count_info.go 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. // RuleCountInfo is a nested struct in qualitycheck response
  17. type RuleCountInfo struct {
  18. Name string `json:"Name" xml:"Name"`
  19. RealViolationNumber int `json:"RealViolationNumber" xml:"RealViolationNumber"`
  20. Status int `json:"Status" xml:"Status"`
  21. TypeName string `json:"TypeName" xml:"TypeName"`
  22. CreateEmpid string `json:"CreateEmpid" xml:"CreateEmpid"`
  23. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  24. HitRealViolationRate float64 `json:"HitRealViolationRate" xml:"HitRealViolationRate"`
  25. LastUpdateTime string `json:"LastUpdateTime" xml:"LastUpdateTime"`
  26. Select bool `json:"Select" xml:"Select"`
  27. PreReviewNumber int `json:"PreReviewNumber" xml:"PreReviewNumber"`
  28. Rid string `json:"Rid" xml:"Rid"`
  29. CheckNumber int `json:"CheckNumber" xml:"CheckNumber"`
  30. ReviewNumber int `json:"ReviewNumber" xml:"ReviewNumber"`
  31. HitRate float64 `json:"HitRate" xml:"HitRate"`
  32. HitNumber int `json:"HitNumber" xml:"HitNumber"`
  33. LastUpdateEmpid string `json:"LastUpdateEmpid" xml:"LastUpdateEmpid"`
  34. Type int `json:"Type" xml:"Type"`
  35. IsDelete int `json:"IsDelete" xml:"IsDelete"`
  36. }