-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_result_item.go
84 lines (82 loc) · 5.18 KB
/
struct_result_item.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
package baas
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// ResultItem is a nested struct in baas response
type ResultItem struct {
Domain string `json:"Domain" xml:"Domain"`
BatchTimeout int `json:"BatchTimeout" xml:"BatchTimeout"`
MaxMessageCount int `json:"MaxMessageCount" xml:"MaxMessageCount"`
LastSumBlockHeight int64 `json:"LastSumBlockHeight" xml:"LastSumBlockHeight"`
ConsortiumChannelId int `json:"ConsortiumChannelId" xml:"ConsortiumChannelId"`
InstanceType string `json:"InstanceType" xml:"InstanceType"`
ChannelName string `json:"ChannelName" xml:"ChannelName"`
InviteTime string `json:"InviteTime" xml:"InviteTime"`
DeleteTime string `json:"DeleteTime" xml:"DeleteTime"`
Content string `json:"Content" xml:"Content"`
OrganizationDescription string `json:"OrganizationDescription" xml:"OrganizationDescription"`
ApproveTime string `json:"ApproveTime" xml:"ApproveTime"`
CodeName string `json:"CodeName" xml:"CodeName"`
Attrs string `json:"Attrs" xml:"Attrs"`
UserCount int `json:"UserCount" xml:"UserCount"`
IntranetIp string `json:"IntranetIp" xml:"IntranetIp"`
OrganizationId string `json:"OrganizationId" xml:"OrganizationId"`
Path string `json:"Path" xml:"Path"`
Port int `json:"Port" xml:"Port"`
OrganizationDomain string `json:"OrganizationDomain" xml:"OrganizationDomain"`
IsAnchor bool `json:"IsAnchor" xml:"IsAnchor"`
OwnerName string `json:"OwnerName" xml:"OwnerName"`
SupportChannelConfig bool `json:"SupportChannelConfig" xml:"SupportChannelConfig"`
OrganizationPeerName string `json:"OrganizationPeerName" xml:"OrganizationPeerName"`
Dt string `json:"Dt" xml:"Dt"`
CallerBid string `json:"CallerBid" xml:"CallerBid"`
ChannelCount int `json:"ChannelCount" xml:"ChannelCount"`
ZoneId string `json:"ZoneId" xml:"ZoneId"`
TransCount int64 `json:"TransCount" xml:"TransCount"`
AcceptTime string `json:"AcceptTime" xml:"AcceptTime"`
ConsortiumCount int `json:"ConsortiumCount" xml:"ConsortiumCount"`
WithPeer bool `json:"WithPeer" xml:"WithPeer"`
SpecName string `json:"SpecName" xml:"SpecName"`
PeerCount int `json:"PeerCount" xml:"PeerCount"`
CreateTime string `json:"CreateTime" xml:"CreateTime"`
MemberCount int `json:"MemberCount" xml:"MemberCount"`
BlockCount int `json:"BlockCount" xml:"BlockCount"`
FullName string `json:"FullName" xml:"FullName"`
DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
OrganizationCount int `json:"OrganizationCount" xml:"OrganizationCount"`
RegionId string `json:"RegionId" xml:"RegionId"`
ChannelPolicy string `json:"ChannelPolicy" xml:"ChannelPolicy"`
ChannelId string `json:"ChannelId" xml:"ChannelId"`
ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
CreatTime int64 `json:"CreatTime" xml:"CreatTime"`
PreferredMaxBytes int `json:"PreferredMaxBytes" xml:"PreferredMaxBytes"`
OwnerUid int64 `json:"OwnerUid" xml:"OwnerUid"`
ChaincodeCount int `json:"ChaincodeCount" xml:"ChaincodeCount"`
AntChainId string `json:"AntChainId" xml:"AntChainId"`
ExpiredTime string `json:"ExpiredTime" xml:"ExpiredTime"`
Username string `json:"Username" xml:"Username"`
UpdateTime string `json:"UpdateTime" xml:"UpdateTime"`
CallerUid int64 `json:"CallerUid" xml:"CallerUid"`
InternetIp string `json:"InternetIp" xml:"InternetIp"`
ConsortiumName string `json:"ConsortiumName" xml:"ConsortiumName"`
OrganizationName string `json:"OrganizationName" xml:"OrganizationName"`
NeedJoined bool `json:"NeedJoined" xml:"NeedJoined"`
ConsortiumId string `json:"ConsortiumId" xml:"ConsortiumId"`
MemberJoinedCount string `json:"MemberJoinedCount" xml:"MemberJoinedCount"`
State string `json:"State" xml:"State"`
Deleted bool `json:"Deleted" xml:"Deleted"`
ConfirmTime string `json:"ConfirmTime" xml:"ConfirmTime"`
RequestId string `json:"RequestId" xml:"RequestId"`
OwnerBid string `json:"OwnerBid" xml:"OwnerBid"`
}