struct_service_in_get_order.go 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. // ServiceInGetOrder is a nested struct in csb response
  17. type ServiceInGetOrder struct {
  18. AccessParamsJSON string `json:"AccessParamsJSON" xml:"AccessParamsJSON"`
  19. Active bool `json:"Active" xml:"Active"`
  20. Alias string `json:"Alias" xml:"Alias"`
  21. AllVisiable bool `json:"AllVisiable" xml:"AllVisiable"`
  22. ConsumeTypesJSON string `json:"ConsumeTypesJSON" xml:"ConsumeTypesJSON"`
  23. CreateTime int `json:"CreateTime" xml:"CreateTime"`
  24. CsbId int `json:"CsbId" xml:"CsbId"`
  25. ErrDefJSON string `json:"ErrDefJSON" xml:"ErrDefJSON"`
  26. Id int `json:"Id" xml:"Id"`
  27. InterfaceName string `json:"InterfaceName" xml:"InterfaceName"`
  28. OldVersion string `json:"OldVersion" xml:"OldVersion"`
  29. OttFlag bool `json:"OttFlag" xml:"OttFlag"`
  30. OwnerId string `json:"OwnerId" xml:"OwnerId"`
  31. PrincipalName string `json:"PrincipalName" xml:"PrincipalName"`
  32. ProjectId string `json:"ProjectId" xml:"ProjectId"`
  33. ProjectName string `json:"ProjectName" xml:"ProjectName"`
  34. ProvideType string `json:"ProvideType" xml:"ProvideType"`
  35. SSL bool `json:"SSL" xml:"SSL"`
  36. Scope string `json:"Scope" xml:"Scope"`
  37. ServiceName string `json:"ServiceName" xml:"ServiceName"`
  38. ServiceProviderType string `json:"ServiceProviderType" xml:"ServiceProviderType"`
  39. ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
  40. SkipAuth bool `json:"SkipAuth" xml:"SkipAuth"`
  41. StatisticName string `json:"StatisticName" xml:"StatisticName"`
  42. Status int `json:"Status" xml:"Status"`
  43. UserId int `json:"UserId" xml:"UserId"`
  44. ValidConsumeTypes bool `json:"ValidConsumeTypes" xml:"ValidConsumeTypes"`
  45. ValidProvideType bool `json:"ValidProvideType" xml:"ValidProvideType"`
  46. }