| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- 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.
- // Result is a nested struct in baas response
- type Result struct {
- Domain string `json:"Domain" xml:"Domain"`
- SenderBid string `json:"SenderBid" xml:"SenderBid"`
- UserId int `json:"UserId" xml:"UserId"`
- BizviewUrl string `json:"BizviewUrl" xml:"BizviewUrl"`
- SdkUrl string `json:"SdkUrl" xml:"SdkUrl"`
- CodeName string `json:"CodeName" xml:"CodeName"`
- OrganizationId string `json:"OrganizationId" xml:"OrganizationId"`
- NodeNumber int `json:"NodeNumber" xml:"NodeNumber"`
- Code string `json:"Code" xml:"Code"`
- Email string `json:"Email" xml:"Email"`
- UpdateTime int `json:"UpdateTime" xml:"UpdateTime"`
- FolderName string `json:"FolderName" xml:"FolderName"`
- PreviousHash string `json:"PreviousHash" xml:"PreviousHash"`
- FromUserId int `json:"FromUserId" xml:"FromUserId"`
- AccessId string `json:"AccessId" xml:"AccessId"`
- IsRole bool `json:"IsRole" xml:"IsRole"`
- CertUrl string `json:"CertUrl" xml:"CertUrl"`
- Bizid string `json:"Bizid" xml:"Bizid"`
- SenderName string `json:"SenderName" xml:"SenderName"`
- Host string `json:"Host" xml:"Host"`
- ZoneId string `json:"ZoneId" xml:"ZoneId"`
- FromBid string `json:"FromBid" xml:"FromBid"`
- InviterId int `json:"InviterId" xml:"InviterId"`
- BucketName string `json:"BucketName" xml:"BucketName"`
- TransSummaryList string `json:"TransSummaryList" xml:"TransSummaryList"`
- Dir string `json:"Dir" xml:"Dir"`
- TransactionSize int `json:"TransactionSize" xml:"TransactionSize"`
- BlockHeight int `json:"BlockHeight" xml:"BlockHeight"`
- Name string `json:"Name" xml:"Name"`
- SendTime string `json:"SendTime" xml:"SendTime"`
- CreateTime int `json:"CreateTime" xml:"CreateTime"`
- Deletable bool `json:"Deletable" xml:"Deletable"`
- Endpoint string `json:"Endpoint" xml:"Endpoint"`
- TransactionSum int `json:"TransactionSum" xml:"TransactionSum"`
- RegionId string `json:"RegionId" xml:"RegionId"`
- Expire int `json:"Expire" xml:"Expire"`
- Prompt string `json:"Prompt" xml:"Prompt"`
- Normal bool `json:"Normal" xml:"Normal"`
- ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
- RootTxHash string `json:"RootTxHash" xml:"RootTxHash"`
- AbnormalNodes int `json:"AbnormalNodes" xml:"AbnormalNodes"`
- Description string `json:"Description" xml:"Description"`
- Policy string `json:"Policy" xml:"Policy"`
- Id int `json:"Id" xml:"Id"`
- Status int `json:"Status" xml:"Status"`
- Valid bool `json:"Valid" xml:"Valid"`
- Version string `json:"Version" xml:"Version"`
- ConsortiumName string `json:"ConsortiumName" xml:"ConsortiumName"`
- Bid string `json:"Bid" xml:"Bid"`
- AccessKeyId string `json:"AccessKeyId" xml:"AccessKeyId"`
- Url string `json:"Url" xml:"Url"`
- AccessKeySecret string `json:"AccessKeySecret" xml:"AccessKeySecret"`
- ConsortiumId string `json:"ConsortiumId" xml:"ConsortiumId"`
- Signature string `json:"Signature" xml:"Signature"`
- State string `json:"State" xml:"State"`
- Accepted bool `json:"Accepted" xml:"Accepted"`
- InviterName string `json:"InviterName" xml:"InviterName"`
- Alias string `json:"Alias" xml:"Alias"`
- Height int `json:"Height" xml:"Height"`
- SenderId int `json:"SenderId" xml:"SenderId"`
- BlockHash string `json:"BlockHash" xml:"BlockHash"`
- OrdererType []string `json:"OrdererType" xml:"OrdererType"`
- ChannelPolicy []string `json:"ChannelPolicy" xml:"ChannelPolicy"`
- Schema Schema `json:"Schema" xml:"Schema"`
- KeyPair KeyPair `json:"KeyPair" xml:"KeyPair"`
- Pagination Pagination `json:"Pagination" xml:"Pagination"`
- Certificates []Certificate `json:"Certificates" xml:"Certificates"`
- ApplyHistoryList []ApplyHistoryListItem `json:"ApplyHistoryList" xml:"ApplyHistoryList"`
- BlockchainCreateTasks []BlockchainCreateTasksItem `json:"BlockchainCreateTasks" xml:"BlockchainCreateTasks"`
- SchemaList []SchemaListItem `json:"SchemaList" xml:"SchemaList"`
- NodeInfoList []NodeInfoListItem `json:"NodeInfoList" xml:"NodeInfoList"`
- Responses []ResponsesItem `json:"Responses" xml:"Responses"`
- }
|