struct_data.go 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. BizEnable bool `json:"BizEnable" xml:"BizEnable"`
  20. LatestDeploymentStatus int `json:"LatestDeploymentStatus" xml:"LatestDeploymentStatus"`
  21. RoleAttachTime string `json:"RoleAttachTime" xml:"RoleAttachTime"`
  22. RequestProtocol string `json:"RequestProtocol" xml:"RequestProtocol"`
  23. GmtCompleted string `json:"GmtCompleted" xml:"GmtCompleted"`
  24. UtcCreate string `json:"UtcCreate" xml:"UtcCreate"`
  25. RoleName string `json:"RoleName" xml:"RoleName"`
  26. Spec int `json:"Spec" xml:"Spec"`
  27. DeviceActive int `json:"DeviceActive" xml:"DeviceActive"`
  28. RequestMethod string `json:"RequestMethod" xml:"RequestMethod"`
  29. Nickname string `json:"Nickname" xml:"Nickname"`
  30. PageNo int `json:"PageNo" xml:"PageNo"`
  31. DevEui string `json:"DevEui" xml:"DevEui"`
  32. GroupId string `json:"GroupId" xml:"GroupId"`
  33. LatestDeploymentType string `json:"LatestDeploymentType" xml:"LatestDeploymentType"`
  34. RoleArn string `json:"RoleArn" xml:"RoleArn"`
  35. Type string `json:"Type" xml:"Type"`
  36. FileId string `json:"FileId" xml:"FileId"`
  37. LastUpdateTime int64 `json:"LastUpdateTime" xml:"LastUpdateTime"`
  38. Tags string `json:"Tags" xml:"Tags"`
  39. Versions string `json:"Versions" xml:"Versions"`
  40. AliyunCommodityCode string `json:"AliyunCommodityCode" xml:"AliyunCommodityCode"`
  41. ApplyId int64 `json:"ApplyId" xml:"ApplyId"`
  42. UtcCreatedOn string `json:"UtcCreatedOn" xml:"UtcCreatedOn"`
  43. MessageId string `json:"MessageId" xml:"MessageId"`
  44. DeviceName string `json:"DeviceName" xml:"DeviceName"`
  45. PageCount int64 `json:"PageCount" xml:"PageCount"`
  46. Size string `json:"Size" xml:"Size"`
  47. Id2 bool `json:"Id2" xml:"Id2"`
  48. NodeType int `json:"NodeType" xml:"NodeType"`
  49. ApiSrn string `json:"ApiSrn" xml:"ApiSrn"`
  50. ProductName string `json:"ProductName" xml:"ProductName"`
  51. Name string `json:"Name" xml:"Name"`
  52. GroupName string `json:"GroupName" xml:"GroupName"`
  53. DownloadUrl string `json:"DownloadUrl" xml:"DownloadUrl"`
  54. CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
  55. DeploymentId string `json:"DeploymentId" xml:"DeploymentId"`
  56. PageSize int `json:"PageSize" xml:"PageSize"`
  57. GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
  58. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  59. Description string `json:"Description" xml:"Description"`
  60. DateFormat string `json:"DateFormat" xml:"DateFormat"`
  61. ApiPath string `json:"ApiPath" xml:"ApiPath"`
  62. DeviceOnline int `json:"DeviceOnline" xml:"DeviceOnline"`
  63. Status int `json:"Status" xml:"Status"`
  64. Result string `json:"Result" xml:"Result"`
  65. DeviceSecret string `json:"DeviceSecret" xml:"DeviceSecret"`
  66. ProductKey string `json:"ProductKey" xml:"ProductKey"`
  67. GmtModified string `json:"GmtModified" xml:"GmtModified"`
  68. DisplayName string `json:"DisplayName" xml:"DisplayName"`
  69. JoinEui string `json:"JoinEui" xml:"JoinEui"`
  70. CurrentPage int `json:"CurrentPage" xml:"CurrentPage"`
  71. IotId string `json:"IotId" xml:"IotId"`
  72. GroupDesc string `json:"GroupDesc" xml:"GroupDesc"`
  73. DeviceCount int `json:"DeviceCount" xml:"DeviceCount"`
  74. ProtocolType string `json:"ProtocolType" xml:"ProtocolType"`
  75. AuthType string `json:"AuthType" xml:"AuthType"`
  76. Total int64 `json:"Total" xml:"Total"`
  77. FieldNameList FieldNameList `json:"FieldNameList" xml:"FieldNameList"`
  78. InvalidDeviceNameList InvalidDeviceNameList `json:"InvalidDeviceNameList" xml:"InvalidDeviceNameList"`
  79. ResultList ResultList `json:"ResultList" xml:"ResultList"`
  80. SqlTemplateDTO SqlTemplateDTO `json:"SqlTemplateDTO" xml:"SqlTemplateDTO"`
  81. TaskList []Task `json:"TaskList" xml:"TaskList"`
  82. List ListInGetThingTopo `json:"List" xml:"List"`
  83. }