struct_result.go 6.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. // Result is a nested struct in baas response
  17. type Result struct {
  18. Domain string `json:"Domain" xml:"Domain"`
  19. SenderBid string `json:"SenderBid" xml:"SenderBid"`
  20. UserId int `json:"UserId" xml:"UserId"`
  21. BizviewUrl string `json:"BizviewUrl" xml:"BizviewUrl"`
  22. SdkUrl string `json:"SdkUrl" xml:"SdkUrl"`
  23. CodeName string `json:"CodeName" xml:"CodeName"`
  24. OrganizationId string `json:"OrganizationId" xml:"OrganizationId"`
  25. NodeNumber int `json:"NodeNumber" xml:"NodeNumber"`
  26. Code string `json:"Code" xml:"Code"`
  27. Email string `json:"Email" xml:"Email"`
  28. UpdateTime int `json:"UpdateTime" xml:"UpdateTime"`
  29. FolderName string `json:"FolderName" xml:"FolderName"`
  30. PreviousHash string `json:"PreviousHash" xml:"PreviousHash"`
  31. FromUserId int `json:"FromUserId" xml:"FromUserId"`
  32. AccessId string `json:"AccessId" xml:"AccessId"`
  33. IsRole bool `json:"IsRole" xml:"IsRole"`
  34. CertUrl string `json:"CertUrl" xml:"CertUrl"`
  35. Bizid string `json:"Bizid" xml:"Bizid"`
  36. SenderName string `json:"SenderName" xml:"SenderName"`
  37. Host string `json:"Host" xml:"Host"`
  38. ZoneId string `json:"ZoneId" xml:"ZoneId"`
  39. FromBid string `json:"FromBid" xml:"FromBid"`
  40. InviterId int `json:"InviterId" xml:"InviterId"`
  41. BucketName string `json:"BucketName" xml:"BucketName"`
  42. TransSummaryList string `json:"TransSummaryList" xml:"TransSummaryList"`
  43. Dir string `json:"Dir" xml:"Dir"`
  44. TransactionSize int `json:"TransactionSize" xml:"TransactionSize"`
  45. BlockHeight int `json:"BlockHeight" xml:"BlockHeight"`
  46. Name string `json:"Name" xml:"Name"`
  47. SendTime string `json:"SendTime" xml:"SendTime"`
  48. CreateTime int `json:"CreateTime" xml:"CreateTime"`
  49. Deletable bool `json:"Deletable" xml:"Deletable"`
  50. Endpoint string `json:"Endpoint" xml:"Endpoint"`
  51. TransactionSum int `json:"TransactionSum" xml:"TransactionSum"`
  52. RegionId string `json:"RegionId" xml:"RegionId"`
  53. Expire int `json:"Expire" xml:"Expire"`
  54. Prompt string `json:"Prompt" xml:"Prompt"`
  55. Normal bool `json:"Normal" xml:"Normal"`
  56. ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
  57. RootTxHash string `json:"RootTxHash" xml:"RootTxHash"`
  58. AbnormalNodes int `json:"AbnormalNodes" xml:"AbnormalNodes"`
  59. Description string `json:"Description" xml:"Description"`
  60. Policy string `json:"Policy" xml:"Policy"`
  61. Id int `json:"Id" xml:"Id"`
  62. Status int `json:"Status" xml:"Status"`
  63. Valid bool `json:"Valid" xml:"Valid"`
  64. Version string `json:"Version" xml:"Version"`
  65. ConsortiumName string `json:"ConsortiumName" xml:"ConsortiumName"`
  66. Bid string `json:"Bid" xml:"Bid"`
  67. AccessKeyId string `json:"AccessKeyId" xml:"AccessKeyId"`
  68. Url string `json:"Url" xml:"Url"`
  69. AccessKeySecret string `json:"AccessKeySecret" xml:"AccessKeySecret"`
  70. ConsortiumId string `json:"ConsortiumId" xml:"ConsortiumId"`
  71. Signature string `json:"Signature" xml:"Signature"`
  72. State string `json:"State" xml:"State"`
  73. Accepted bool `json:"Accepted" xml:"Accepted"`
  74. InviterName string `json:"InviterName" xml:"InviterName"`
  75. Alias string `json:"Alias" xml:"Alias"`
  76. Height int `json:"Height" xml:"Height"`
  77. SenderId int `json:"SenderId" xml:"SenderId"`
  78. BlockHash string `json:"BlockHash" xml:"BlockHash"`
  79. OrdererType []string `json:"OrdererType" xml:"OrdererType"`
  80. ChannelPolicy []string `json:"ChannelPolicy" xml:"ChannelPolicy"`
  81. Schema Schema `json:"Schema" xml:"Schema"`
  82. KeyPair KeyPair `json:"KeyPair" xml:"KeyPair"`
  83. Pagination Pagination `json:"Pagination" xml:"Pagination"`
  84. Certificates []Certificate `json:"Certificates" xml:"Certificates"`
  85. ApplyHistoryList []ApplyHistoryListItem `json:"ApplyHistoryList" xml:"ApplyHistoryList"`
  86. BlockchainCreateTasks []BlockchainCreateTasksItem `json:"BlockchainCreateTasks" xml:"BlockchainCreateTasks"`
  87. SchemaList []SchemaListItem `json:"SchemaList" xml:"SchemaList"`
  88. NodeInfoList []NodeInfoListItem `json:"NodeInfoList" xml:"NodeInfoList"`
  89. Responses []ResponsesItem `json:"Responses" xml:"Responses"`
  90. }