1package csb
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// Service is a nested struct in csb response
19type Service struct {
20	ProvideType            string           `json:"ProvideType" xml:"ProvideType"`
21	RouteConfJson          string           `json:"RouteConfJson" xml:"RouteConfJson"`
22	ServiceProviderType    string           `json:"ServiceProviderType" xml:"ServiceProviderType"`
23	StatisticName          string           `json:"StatisticName" xml:"StatisticName"`
24	CreateTime             int              `json:"CreateTime" xml:"CreateTime"`
25	AllVisiable            bool             `json:"AllVisiable" xml:"AllVisiable"`
26	ServiceOpenRestfulPath string           `json:"ServiceOpenRestfulPath" xml:"ServiceOpenRestfulPath"`
27	ConsumeTypesJSON       string           `json:"ConsumeTypesJSON" xml:"ConsumeTypesJSON"`
28	SSL                    bool             `json:"SSL" xml:"SSL"`
29	CasTargets             string           `json:"CasTargets" xml:"CasTargets"`
30	ProjectName            string           `json:"ProjectName" xml:"ProjectName"`
31	UserId                 string           `json:"UserId" xml:"UserId"`
32	IpWhiteStr             string           `json:"IpWhiteStr" xml:"IpWhiteStr"`
33	OldVersion             string           `json:"OldVersion" xml:"OldVersion"`
34	ApproveUserId          string           `json:"ApproveUserId" xml:"ApproveUserId"`
35	ModelVersion           string           `json:"ModelVersion" xml:"ModelVersion"`
36	Scope                  string           `json:"Scope" xml:"Scope"`
37	ServiceName            string           `json:"ServiceName" xml:"ServiceName"`
38	Description            string           `json:"Description" xml:"Description"`
39	Status                 int              `json:"Status" xml:"Status"`
40	IpBlackStr             string           `json:"IpBlackStr" xml:"IpBlackStr"`
41	ErrDefJSON             string           `json:"ErrDefJSON" xml:"ErrDefJSON"`
42	PrincipalName          string           `json:"PrincipalName" xml:"PrincipalName"`
43	Active                 bool             `json:"Active" xml:"Active"`
44	OrderInfo              string           `json:"OrderInfo" xml:"OrderInfo"`
45	Id                     int              `json:"Id" xml:"Id"`
46	OttFlag                bool             `json:"OttFlag" xml:"OttFlag"`
47	AccessParamsJSON       string           `json:"AccessParamsJSON" xml:"AccessParamsJSON"`
48	PolicyHandler          string           `json:"PolicyHandler" xml:"PolicyHandler"`
49	ModifiedTime           int              `json:"ModifiedTime" xml:"ModifiedTime"`
50	OpenRestfulPath        string           `json:"OpenRestfulPath" xml:"OpenRestfulPath"`
51	InterfaceName          string           `json:"InterfaceName" xml:"InterfaceName"`
52	OwnerId                string           `json:"OwnerId" xml:"OwnerId"`
53	ValidConsumeTypes      bool             `json:"ValidConsumeTypes" xml:"ValidConsumeTypes"`
54	Qps                    int              `json:"Qps" xml:"Qps"`
55	CsbId                  int              `json:"CsbId" xml:"CsbId"`
56	Alias                  string           `json:"Alias" xml:"Alias"`
57	ProjectId              int              `json:"ProjectId" xml:"ProjectId"`
58	ValidProvideType       bool             `json:"ValidProvideType" xml:"ValidProvideType"`
59	SkipAuth               bool             `json:"SkipAuth" xml:"SkipAuth"`
60	ServiceVersion         string           `json:"ServiceVersion" xml:"ServiceVersion"`
61	CasServTargets         []string         `json:"CasServTargets" xml:"CasServTargets"`
62	ConsumeTypes           []string         `json:"ConsumeTypes" xml:"ConsumeTypes"`
63	RouteConf              RouteConf        `json:"RouteConf" xml:"RouteConf"`
64	ServiceVersionsList    []ServiceVersion `json:"ServiceVersionsList" xml:"ServiceVersionsList"`
65	VisiableGroupList      []VisiableGroup  `json:"VisiableGroupList" xml:"VisiableGroupList"`
66}
67