struct_result_list_item.go 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. package aegis
  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. // ResultListItem is a nested struct in aegis response
  17. type ResultListItem struct {
  18. LastTimestamp int `json:"LastTimestamp" xml:"LastTimestamp"`
  19. ModifiedTimestamp int `json:"ModifiedTimestamp" xml:"ModifiedTimestamp"`
  20. WarnLevel string `json:"WarnLevel" xml:"WarnLevel"`
  21. UniqueKey string `json:"UniqueKey" xml:"UniqueKey"`
  22. LastOperate int `json:"LastOperate" xml:"LastOperate"`
  23. CreateTimestamp int `json:"CreateTimestamp" xml:"CreateTimestamp"`
  24. RuleDescription string `json:"RuleDescription" xml:"RuleDescription"`
  25. RuleType string `json:"RuleType" xml:"RuleType"`
  26. RuleName string `json:"RuleName" xml:"RuleName"`
  27. Details string `json:"Details" xml:"Details"`
  28. Id int `json:"Id" xml:"Id"`
  29. AliUid int `json:"AliUid" xml:"AliUid"`
  30. RuleId int `json:"RuleId" xml:"RuleId"`
  31. Status int `json:"Status" xml:"Status"`
  32. FieldKey string `json:"FieldKey" xml:"FieldKey"`
  33. InternetIp string `json:"InternetIp" xml:"InternetIp"`
  34. IntranetIp string `json:"IntranetIp" xml:"IntranetIp"`
  35. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  36. InstanceName string `json:"InstanceName" xml:"InstanceName"`
  37. }