struct_event.go 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. package yundun_ds
  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. // Event is a nested struct in yundun_ds response
  17. type Event struct {
  18. Status int `json:"Status" xml:"Status"`
  19. DealTime int64 `json:"DealTime" xml:"DealTime"`
  20. EventTime int64 `json:"EventTime" xml:"EventTime"`
  21. TypeName string `json:"TypeName" xml:"TypeName"`
  22. DealUserId int64 `json:"DealUserId" xml:"DealUserId"`
  23. SubTypeCode string `json:"SubTypeCode" xml:"SubTypeCode"`
  24. DepartName string `json:"DepartName" xml:"DepartName"`
  25. AlertTime int64 `json:"AlertTime" xml:"AlertTime"`
  26. DealReason string `json:"DealReason" xml:"DealReason"`
  27. Id int64 `json:"Id" xml:"Id"`
  28. DealDisplayName string `json:"DealDisplayName" xml:"DealDisplayName"`
  29. ProductCode string `json:"ProductCode" xml:"ProductCode"`
  30. DisplayName string `json:"DisplayName" xml:"DisplayName"`
  31. StatusName string `json:"StatusName" xml:"StatusName"`
  32. Backed bool `json:"Backed" xml:"Backed"`
  33. LoginName string `json:"LoginName" xml:"LoginName"`
  34. SubTypeName string `json:"SubTypeName" xml:"SubTypeName"`
  35. DealLoginName string `json:"DealLoginName" xml:"DealLoginName"`
  36. UserId int64 `json:"UserId" xml:"UserId"`
  37. TypeCode string `json:"TypeCode" xml:"TypeCode"`
  38. TelephoneNum string `json:"TelephoneNum" xml:"TelephoneNum"`
  39. DataInstance string `json:"DataInstance" xml:"DataInstance"`
  40. Detail Detail `json:"Detail" xml:"Detail"`
  41. }