struct_data.go 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. package iot
  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. // Data is a nested struct in iot response
  17. type Data struct {
  18. DataFormat int `json:"DataFormat" xml:"DataFormat"`
  19. RequestProtocol string `json:"RequestProtocol" xml:"RequestProtocol"`
  20. UtcCreate string `json:"UtcCreate" xml:"UtcCreate"`
  21. DeviceActive int `json:"DeviceActive" xml:"DeviceActive"`
  22. RequestMethod string `json:"RequestMethod" xml:"RequestMethod"`
  23. Nickname string `json:"Nickname" xml:"Nickname"`
  24. CategoryName string `json:"CategoryName" xml:"CategoryName"`
  25. PageNo int `json:"PageNo" xml:"PageNo"`
  26. DevEui string `json:"DevEui" xml:"DevEui"`
  27. GroupId string `json:"GroupId" xml:"GroupId"`
  28. FileId string `json:"FileId" xml:"FileId"`
  29. LastUpdateTime int64 `json:"LastUpdateTime" xml:"LastUpdateTime"`
  30. Versions string `json:"Versions" xml:"Versions"`
  31. AliyunCommodityCode string `json:"AliyunCommodityCode" xml:"AliyunCommodityCode"`
  32. UtcCreatedOn string `json:"UtcCreatedOn" xml:"UtcCreatedOn"`
  33. ApplyId int64 `json:"ApplyId" xml:"ApplyId"`
  34. GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
  35. MessageId string `json:"MessageId" xml:"MessageId"`
  36. DeviceName string `json:"DeviceName" xml:"DeviceName"`
  37. Size string `json:"Size" xml:"Size"`
  38. Id2 bool `json:"Id2" xml:"Id2"`
  39. Owner bool `json:"Owner" xml:"Owner"`
  40. NodeType int `json:"NodeType" xml:"NodeType"`
  41. ApiSrn string `json:"ApiSrn" xml:"ApiSrn"`
  42. Name string `json:"Name" xml:"Name"`
  43. ProductName string `json:"ProductName" xml:"ProductName"`
  44. GroupName string `json:"GroupName" xml:"GroupName"`
  45. DownloadUrl string `json:"DownloadUrl" xml:"DownloadUrl"`
  46. CategoryKey string `json:"CategoryKey" xml:"CategoryKey"`
  47. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  48. PageSize int `json:"PageSize" xml:"PageSize"`
  49. DateFormat string `json:"DateFormat" xml:"DateFormat"`
  50. Description string `json:"Description" xml:"Description"`
  51. ApiPath string `json:"ApiPath" xml:"ApiPath"`
  52. DeviceOnline int `json:"DeviceOnline" xml:"DeviceOnline"`
  53. Status int `json:"Status" xml:"Status"`
  54. ProductSecret string `json:"ProductSecret" xml:"ProductSecret"`
  55. DeviceSecret string `json:"DeviceSecret" xml:"DeviceSecret"`
  56. Result string `json:"Result" xml:"Result"`
  57. ProductKey string `json:"ProductKey" xml:"ProductKey"`
  58. DisplayName string `json:"DisplayName" xml:"DisplayName"`
  59. JoinEui string `json:"JoinEui" xml:"JoinEui"`
  60. IotId string `json:"IotId" xml:"IotId"`
  61. GroupDesc string `json:"GroupDesc" xml:"GroupDesc"`
  62. DeviceCount int `json:"DeviceCount" xml:"DeviceCount"`
  63. ProtocolType string `json:"ProtocolType" xml:"ProtocolType"`
  64. ProductStatus string `json:"ProductStatus" xml:"ProductStatus"`
  65. NetType int `json:"NetType" xml:"NetType"`
  66. FieldNameList FieldNameList `json:"FieldNameList" xml:"FieldNameList"`
  67. InvalidDeviceNameList InvalidDeviceNameList `json:"InvalidDeviceNameList" xml:"InvalidDeviceNameList"`
  68. ResultList ResultList `json:"ResultList" xml:"ResultList"`
  69. SqlTemplateDTO SqlTemplateDTO `json:"SqlTemplateDTO" xml:"SqlTemplateDTO"`
  70. List ListInQueryDeviceDesiredProperty `json:"List" xml:"List"`
  71. }