struct_order.go 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. package csb
  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. // Order is a nested struct in csb response
  17. type Order struct {
  18. StatisticName string `json:"StatisticName" xml:"StatisticName"`
  19. GroupName string `json:"GroupName" xml:"GroupName"`
  20. ApproveComments string `json:"ApproveComments" xml:"ApproveComments"`
  21. CredentialGroupId int `json:"CredentialGroupId" xml:"CredentialGroupId"`
  22. StrictWhiteListJson string `json:"StrictWhiteListJson" xml:"StrictWhiteListJson"`
  23. ProjectName string `json:"ProjectName" xml:"ProjectName"`
  24. UserId string `json:"UserId" xml:"UserId"`
  25. DauthGroupName string `json:"DauthGroupName" xml:"DauthGroupName"`
  26. ServiceName string `json:"ServiceName" xml:"ServiceName"`
  27. Status int `json:"Status" xml:"Status"`
  28. Id int `json:"Id" xml:"Id"`
  29. ServiceStatus int `json:"ServiceStatus" xml:"ServiceStatus"`
  30. GmtCreate int `json:"GmtCreate" xml:"GmtCreate"`
  31. GmtModified int `json:"GmtModified" xml:"GmtModified"`
  32. ServiceId int `json:"ServiceId" xml:"ServiceId"`
  33. CsbId int `json:"CsbId" xml:"CsbId"`
  34. UserName string `json:"UserName" xml:"UserName"`
  35. Alias string `json:"Alias" xml:"Alias"`
  36. ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
  37. StrictWhiteList []string `json:"StrictWhiteList" xml:"StrictWhiteList"`
  38. Service ServiceInGetOrder `json:"Service" xml:"Service"`
  39. Total Total `json:"Total" xml:"Total"`
  40. SlaInfo SlaInfo `json:"SlaInfo" xml:"SlaInfo"`
  41. ErrorTypeCatagoryList []ErrorTypeCatagory `json:"ErrorTypeCatagoryList" xml:"ErrorTypeCatagoryList"`
  42. }