struct_result_object.go 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. package cloudauth
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // ResultObject is a nested struct in cloudauth response
  17. type ResultObject struct {
  18. ValidationRetCode string `json:"ValidationRetCode" xml:"ValidationRetCode"`
  19. Message string `json:"Message" xml:"Message"`
  20. Protocol string `json:"Protocol" xml:"Protocol"`
  21. ExtParams string `json:"ExtParams" xml:"ExtParams"`
  22. OssEndPoint string `json:"OssEndPoint" xml:"OssEndPoint"`
  23. RetCodeSub string `json:"RetCodeSub" xml:"RetCodeSub"`
  24. FileNamePrefix string `json:"FileNamePrefix" xml:"FileNamePrefix"`
  25. RetMessageSub string `json:"RetMessageSub" xml:"RetMessageSub"`
  26. ProductRetCode string `json:"ProductRetCode" xml:"ProductRetCode"`
  27. DeviceToken string `json:"DeviceToken" xml:"DeviceToken"`
  28. RetCode string `json:"RetCode" xml:"RetCode"`
  29. Passed string `json:"Passed" xml:"Passed"`
  30. MaterialInfo string `json:"MaterialInfo" xml:"MaterialInfo"`
  31. AccessKeyId string `json:"AccessKeyId" xml:"AccessKeyId"`
  32. AccessKeySecret string `json:"AccessKeySecret" xml:"AccessKeySecret"`
  33. IdentityInfo string `json:"IdentityInfo" xml:"IdentityInfo"`
  34. CertifyId string `json:"CertifyId" xml:"CertifyId"`
  35. BucketName string `json:"BucketName" xml:"BucketName"`
  36. SecurityToken string `json:"SecurityToken" xml:"SecurityToken"`
  37. HasNext string `json:"HasNext" xml:"HasNext"`
  38. }