struct_result_item.go 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. Domain string `json:"Domain" xml:"Domain"`
  19. BatchTimeout int `json:"BatchTimeout" xml:"BatchTimeout"`
  20. MaxMessageCount int `json:"MaxMessageCount" xml:"MaxMessageCount"`
  21. LastSumBlockHeight int64 `json:"LastSumBlockHeight" xml:"LastSumBlockHeight"`
  22. ConsortiumChannelId int `json:"ConsortiumChannelId" xml:"ConsortiumChannelId"`
  23. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  24. ChannelName string `json:"ChannelName" xml:"ChannelName"`
  25. InviteTime string `json:"InviteTime" xml:"InviteTime"`
  26. DeleteTime string `json:"DeleteTime" xml:"DeleteTime"`
  27. Content string `json:"Content" xml:"Content"`
  28. OrganizationDescription string `json:"OrganizationDescription" xml:"OrganizationDescription"`
  29. ApproveTime string `json:"ApproveTime" xml:"ApproveTime"`
  30. CodeName string `json:"CodeName" xml:"CodeName"`
  31. Attrs string `json:"Attrs" xml:"Attrs"`
  32. UserCount int `json:"UserCount" xml:"UserCount"`
  33. IntranetIp string `json:"IntranetIp" xml:"IntranetIp"`
  34. OrganizationId string `json:"OrganizationId" xml:"OrganizationId"`
  35. Path string `json:"Path" xml:"Path"`
  36. Port int `json:"Port" xml:"Port"`
  37. OrganizationDomain string `json:"OrganizationDomain" xml:"OrganizationDomain"`
  38. IsAnchor bool `json:"IsAnchor" xml:"IsAnchor"`
  39. OwnerName string `json:"OwnerName" xml:"OwnerName"`
  40. SupportChannelConfig bool `json:"SupportChannelConfig" xml:"SupportChannelConfig"`
  41. OrganizationPeerName string `json:"OrganizationPeerName" xml:"OrganizationPeerName"`
  42. Dt string `json:"Dt" xml:"Dt"`
  43. CallerBid string `json:"CallerBid" xml:"CallerBid"`
  44. ChannelCount int `json:"ChannelCount" xml:"ChannelCount"`
  45. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  46. TransCount int64 `json:"TransCount" xml:"TransCount"`
  47. AcceptTime string `json:"AcceptTime" xml:"AcceptTime"`
  48. ConsortiumCount int `json:"ConsortiumCount" xml:"ConsortiumCount"`
  49. WithPeer bool `json:"WithPeer" xml:"WithPeer"`
  50. SpecName string `json:"SpecName" xml:"SpecName"`
  51. PeerCount int `json:"PeerCount" xml:"PeerCount"`
  52. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  53. MemberCount int `json:"MemberCount" xml:"MemberCount"`
  54. BlockCount int `json:"BlockCount" xml:"BlockCount"`
  55. FullName string `json:"FullName" xml:"FullName"`
  56. DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
  57. OrganizationCount int `json:"OrganizationCount" xml:"OrganizationCount"`
  58. RegionId string `json:"RegionId" xml:"RegionId"`
  59. ChannelPolicy string `json:"ChannelPolicy" xml:"ChannelPolicy"`
  60. ChannelId string `json:"ChannelId" xml:"ChannelId"`
  61. ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
  62. CreatTime int64 `json:"CreatTime" xml:"CreatTime"`
  63. PreferredMaxBytes int `json:"PreferredMaxBytes" xml:"PreferredMaxBytes"`
  64. OwnerUid int64 `json:"OwnerUid" xml:"OwnerUid"`
  65. ChaincodeCount int `json:"ChaincodeCount" xml:"ChaincodeCount"`
  66. AntChainId string `json:"AntChainId" xml:"AntChainId"`
  67. ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
  68. Username string `json:"Username" xml:"Username"`
  69. UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
  70. CallerUid int64 `json:"CallerUid" xml:"CallerUid"`
  71. InternetIp string `json:"InternetIp" xml:"InternetIp"`
  72. ConsortiumName string `json:"ConsortiumName" xml:"ConsortiumName"`
  73. OrganizationName string `json:"OrganizationName" xml:"OrganizationName"`
  74. NeedJoined bool `json:"NeedJoined" xml:"NeedJoined"`
  75. ConsortiumId string `json:"ConsortiumId" xml:"ConsortiumId"`
  76. MemberJoinedCount string `json:"MemberJoinedCount" xml:"MemberJoinedCount"`
  77. State string `json:"State" xml:"State"`
  78. Deleted bool `json:"Deleted" xml:"Deleted"`
  79. ConfirmTime string `json:"ConfirmTime" xml:"ConfirmTime"`
  80. RequestId string `json:"RequestId" xml:"RequestId"`
  81. OwnerBid string `json:"OwnerBid" xml:"OwnerBid"`
  82. }