| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- 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"`
- }
|