| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- package cloudauth
- //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.
- // ResultObject is a nested struct in cloudauth response
- type ResultObject struct {
- ValidationRetCode string `json:"ValidationRetCode" xml:"ValidationRetCode"`
- Message string `json:"Message" xml:"Message"`
- Protocol string `json:"Protocol" xml:"Protocol"`
- ExtParams string `json:"ExtParams" xml:"ExtParams"`
- OssEndPoint string `json:"OssEndPoint" xml:"OssEndPoint"`
- RetCodeSub string `json:"RetCodeSub" xml:"RetCodeSub"`
- FileNamePrefix string `json:"FileNamePrefix" xml:"FileNamePrefix"`
- RetMessageSub string `json:"RetMessageSub" xml:"RetMessageSub"`
- ProductRetCode string `json:"ProductRetCode" xml:"ProductRetCode"`
- DeviceToken string `json:"DeviceToken" xml:"DeviceToken"`
- RetCode string `json:"RetCode" xml:"RetCode"`
- Passed string `json:"Passed" xml:"Passed"`
- MaterialInfo string `json:"MaterialInfo" xml:"MaterialInfo"`
- AccessKeyId string `json:"AccessKeyId" xml:"AccessKeyId"`
- AccessKeySecret string `json:"AccessKeySecret" xml:"AccessKeySecret"`
- IdentityInfo string `json:"IdentityInfo" xml:"IdentityInfo"`
- CertifyId string `json:"CertifyId" xml:"CertifyId"`
- BucketName string `json:"BucketName" xml:"BucketName"`
- SecurityToken string `json:"SecurityToken" xml:"SecurityToken"`
- HasNext string `json:"HasNext" xml:"HasNext"`
- }
|