struct_service.go 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. // Service is a nested struct in csb response
  17. type Service struct {
  18. ProvideType string `json:"ProvideType" xml:"ProvideType"`
  19. RouteConfJson string `json:"RouteConfJson" xml:"RouteConfJson"`
  20. ServiceProviderType string `json:"ServiceProviderType" xml:"ServiceProviderType"`
  21. StatisticName string `json:"StatisticName" xml:"StatisticName"`
  22. CreateTime int `json:"CreateTime" xml:"CreateTime"`
  23. AllVisiable bool `json:"AllVisiable" xml:"AllVisiable"`
  24. ServiceOpenRestfulPath string `json:"ServiceOpenRestfulPath" xml:"ServiceOpenRestfulPath"`
  25. ConsumeTypesJSON string `json:"ConsumeTypesJSON" xml:"ConsumeTypesJSON"`
  26. SSL bool `json:"SSL" xml:"SSL"`
  27. CasTargets string `json:"CasTargets" xml:"CasTargets"`
  28. ProjectName string `json:"ProjectName" xml:"ProjectName"`
  29. UserId string `json:"UserId" xml:"UserId"`
  30. IpWhiteStr string `json:"IpWhiteStr" xml:"IpWhiteStr"`
  31. OldVersion string `json:"OldVersion" xml:"OldVersion"`
  32. ApproveUserId string `json:"ApproveUserId" xml:"ApproveUserId"`
  33. ModelVersion string `json:"ModelVersion" xml:"ModelVersion"`
  34. Scope string `json:"Scope" xml:"Scope"`
  35. ServiceName string `json:"ServiceName" xml:"ServiceName"`
  36. Description string `json:"Description" xml:"Description"`
  37. Status int `json:"Status" xml:"Status"`
  38. IpBlackStr string `json:"IpBlackStr" xml:"IpBlackStr"`
  39. ErrDefJSON string `json:"ErrDefJSON" xml:"ErrDefJSON"`
  40. PrincipalName string `json:"PrincipalName" xml:"PrincipalName"`
  41. Active bool `json:"Active" xml:"Active"`
  42. OrderInfo string `json:"OrderInfo" xml:"OrderInfo"`
  43. Id int `json:"Id" xml:"Id"`
  44. OttFlag bool `json:"OttFlag" xml:"OttFlag"`
  45. AccessParamsJSON string `json:"AccessParamsJSON" xml:"AccessParamsJSON"`
  46. PolicyHandler string `json:"PolicyHandler" xml:"PolicyHandler"`
  47. ModifiedTime int `json:"ModifiedTime" xml:"ModifiedTime"`
  48. OpenRestfulPath string `json:"OpenRestfulPath" xml:"OpenRestfulPath"`
  49. InterfaceName string `json:"InterfaceName" xml:"InterfaceName"`
  50. OwnerId string `json:"OwnerId" xml:"OwnerId"`
  51. ValidConsumeTypes bool `json:"ValidConsumeTypes" xml:"ValidConsumeTypes"`
  52. Qps int `json:"Qps" xml:"Qps"`
  53. CsbId int `json:"CsbId" xml:"CsbId"`
  54. Alias string `json:"Alias" xml:"Alias"`
  55. ProjectId int `json:"ProjectId" xml:"ProjectId"`
  56. ValidProvideType bool `json:"ValidProvideType" xml:"ValidProvideType"`
  57. SkipAuth bool `json:"SkipAuth" xml:"SkipAuth"`
  58. ServiceVersion string `json:"ServiceVersion" xml:"ServiceVersion"`
  59. CasServTargets []string `json:"CasServTargets" xml:"CasServTargets"`
  60. ConsumeTypes []string `json:"ConsumeTypes" xml:"ConsumeTypes"`
  61. RouteConf RouteConf `json:"RouteConf" xml:"RouteConf"`
  62. ServiceVersionsList []ServiceVersion `json:"ServiceVersionsList" xml:"ServiceVersionsList"`
  63. VisiableGroupList []VisiableGroup `json:"VisiableGroupList" xml:"VisiableGroupList"`
  64. }