struct_item.go 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. package yundun_dbaudit
  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. // Item is a nested struct in yundun_dbaudit response
  17. type Item struct {
  18. SqlLen int `json:"SqlLen" xml:"SqlLen"`
  19. EffectRow int `json:"EffectRow" xml:"EffectRow"`
  20. NormalEnd int `json:"NormalEnd" xml:"NormalEnd"`
  21. OpType string `json:"OpType" xml:"OpType"`
  22. EndTime int `json:"EndTime" xml:"EndTime"`
  23. StrInfo string `json:"StrInfo" xml:"StrInfo"`
  24. Dport int `json:"Dport" xml:"Dport"`
  25. Sqlid string `json:"Sqlid" xml:"Sqlid"`
  26. ClientPrg string `json:"ClientPrg" xml:"ClientPrg"`
  27. Smac int `json:"Smac" xml:"Smac"`
  28. DataSetSize int `json:"DataSetSize" xml:"DataSetSize"`
  29. Accessid string `json:"Accessid" xml:"Accessid"`
  30. DbType string `json:"DbType" xml:"DbType"`
  31. C5 string `json:"C5" xml:"C5"`
  32. C3 string `json:"C3" xml:"C3"`
  33. RelateIp string `json:"RelateIp" xml:"RelateIp"`
  34. AlarmLevel int `json:"AlarmLevel" xml:"AlarmLevel"`
  35. Sip string `json:"Sip" xml:"Sip"`
  36. DateTime string `json:"DateTime" xml:"DateTime"`
  37. DataSet string `json:"DataSet" xml:"DataSet"`
  38. PickIp string `json:"PickIp" xml:"PickIp"`
  39. StartTime int `json:"StartTime" xml:"StartTime"`
  40. SqlCount int `json:"SqlCount" xml:"SqlCount"`
  41. Result int `json:"Result" xml:"Result"`
  42. ResultDesc string `json:"ResultDesc" xml:"ResultDesc"`
  43. C1 string `json:"C1" xml:"C1"`
  44. Cost int `json:"Cost" xml:"Cost"`
  45. PickUser string `json:"PickUser" xml:"PickUser"`
  46. AlarmName string `json:"AlarmName" xml:"AlarmName"`
  47. AlarmFlag int `json:"AlarmFlag" xml:"AlarmFlag"`
  48. ClientUser string `json:"ClientUser" xml:"ClientUser"`
  49. ProCon int `json:"ProCon" xml:"ProCon"`
  50. Sessionid string `json:"Sessionid" xml:"Sessionid"`
  51. DbName string `json:"DbName" xml:"DbName"`
  52. SessionStatus int `json:"SessionStatus" xml:"SessionStatus"`
  53. Encode string `json:"Encode" xml:"Encode"`
  54. Dip string `json:"Dip" xml:"Dip"`
  55. Payload string `json:"Payload" xml:"Payload"`
  56. RelateInfo string `json:"RelateInfo" xml:"RelateInfo"`
  57. C4 string `json:"C4" xml:"C4"`
  58. RelateUser string `json:"RelateUser" xml:"RelateUser"`
  59. LoginUser string `json:"LoginUser" xml:"LoginUser"`
  60. HostName string `json:"HostName" xml:"HostName"`
  61. ResponseFlow int `json:"ResponseFlow" xml:"ResponseFlow"`
  62. Dmac int `json:"Dmac" xml:"Dmac"`
  63. RequestFlow int `json:"RequestFlow" xml:"RequestFlow"`
  64. C2 string `json:"C2" xml:"C2"`
  65. Sport int `json:"Sport" xml:"Sport"`
  66. }