struct_event.go 2.2 KB

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