struct_result_item.go 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. package baas
  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. // ResultItem is a nested struct in baas response
  17. type ResultItem struct {
  18. Name string `json:"Name" xml:"Name"`
  19. Domain string `json:"Domain" xml:"Domain"`
  20. Createtime int `json:"Createtime" xml:"Createtime"`
  21. WithPeer bool `json:"WithPeer" xml:"WithPeer"`
  22. Title string `json:"Title" xml:"Title"`
  23. Online bool `json:"Online" xml:"Online"`
  24. CreateTime int `json:"CreateTime" xml:"CreateTime"`
  25. InviteTime string `json:"InviteTime" xml:"InviteTime"`
  26. DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
  27. TransactionSum int `json:"TransactionSum" xml:"TransactionSum"`
  28. RegionId string `json:"RegionId" xml:"RegionId"`
  29. Content string `json:"Content" xml:"Content"`
  30. ChannelId string `json:"ChannelId" xml:"ChannelId"`
  31. Normal bool `json:"Normal" xml:"Normal"`
  32. ApproveTime string `json:"ApproveTime" xml:"ApproveTime"`
  33. AbnormalNodes int `json:"AbnormalNodes" xml:"AbnormalNodes"`
  34. OrganizationId string `json:"OrganizationId" xml:"OrganizationId"`
  35. Description string `json:"Description" xml:"Description"`
  36. NodeNumber int `json:"NodeNumber" xml:"NodeNumber"`
  37. Id int `json:"Id" xml:"Id"`
  38. Path string `json:"Path" xml:"Path"`
  39. Status int `json:"Status" xml:"Status"`
  40. Username string `json:"Username" xml:"Username"`
  41. ReqAddr string `json:"ReqAddr" xml:"ReqAddr"`
  42. Updatetime int `json:"Updatetime" xml:"Updatetime"`
  43. Version string `json:"Version" xml:"Version"`
  44. RejectReason string `json:"RejectReason" xml:"RejectReason"`
  45. IsRole bool `json:"IsRole" xml:"IsRole"`
  46. Bizid string `json:"Bizid" xml:"Bizid"`
  47. State string `json:"State" xml:"State"`
  48. SignedAddr string `json:"SignedAddr" xml:"SignedAddr"`
  49. ConfirmTime string `json:"ConfirmTime" xml:"ConfirmTime"`
  50. AcceptTime string `json:"AcceptTime" xml:"AcceptTime"`
  51. BlockHeight int `json:"BlockHeight" xml:"BlockHeight"`
  52. NodeInfoList []NodeInfoListItem `json:"NodeInfoList" xml:"NodeInfoList"`
  53. }