| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- 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 {
- Name string `json:"Name" xml:"Name"`
- Domain string `json:"Domain" xml:"Domain"`
- Createtime int `json:"Createtime" xml:"Createtime"`
- WithPeer bool `json:"WithPeer" xml:"WithPeer"`
- Title string `json:"Title" xml:"Title"`
- Online bool `json:"Online" xml:"Online"`
- CreateTime int `json:"CreateTime" xml:"CreateTime"`
- InviteTime string `json:"InviteTime" xml:"InviteTime"`
- DestroyTime string `json:"DestroyTime" xml:"DestroyTime"`
- TransactionSum int `json:"TransactionSum" xml:"TransactionSum"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- Content string `json:"Content" xml:"Content"`
- ChannelId string `json:"ChannelId" xml:"ChannelId"`
- Normal bool `json:"Normal" xml:"Normal"`
- ApproveTime string `json:"ApproveTime" xml:"ApproveTime"`
- AbnormalNodes int `json:"AbnormalNodes" xml:"AbnormalNodes"`
- OrganizationId string `json:"OrganizationId" xml:"OrganizationId"`
- Description string `json:"Description" xml:"Description"`
- NodeNumber int `json:"NodeNumber" xml:"NodeNumber"`
- Id int `json:"Id" xml:"Id"`
- Path string `json:"Path" xml:"Path"`
- Status int `json:"Status" xml:"Status"`
- Username string `json:"Username" xml:"Username"`
- ReqAddr string `json:"ReqAddr" xml:"ReqAddr"`
- Updatetime int `json:"Updatetime" xml:"Updatetime"`
- Version string `json:"Version" xml:"Version"`
- RejectReason string `json:"RejectReason" xml:"RejectReason"`
- IsRole bool `json:"IsRole" xml:"IsRole"`
- Bizid string `json:"Bizid" xml:"Bizid"`
- State string `json:"State" xml:"State"`
- SignedAddr string `json:"SignedAddr" xml:"SignedAddr"`
- ConfirmTime string `json:"ConfirmTime" xml:"ConfirmTime"`
- AcceptTime string `json:"AcceptTime" xml:"AcceptTime"`
- BlockHeight int `json:"BlockHeight" xml:"BlockHeight"`
- NodeInfoList []NodeInfoListItem `json:"NodeInfoList" xml:"NodeInfoList"`
- }
|