-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_list_item.go
57 lines (55 loc) · 3.51 KB
/
struct_list_item.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
package mpaas
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// ListItem is a nested struct in mpaas response
type ListItem struct {
Timeout string `json:"Timeout" xml:"Timeout"`
MethodName string `json:"MethodName" xml:"MethodName"`
NeedSign string `json:"NeedSign" xml:"NeedSign"`
ApiType string `json:"ApiType" xml:"ApiType"`
AuthRuleName string `json:"AuthRuleName" xml:"AuthRuleName"`
SysName string `json:"SysName" xml:"SysName"`
NeedEncrypt string `json:"NeedEncrypt" xml:"NeedEncrypt"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
NeedETag string `json:"NeedETag" xml:"NeedETag"`
ParamGetMethod string `json:"ParamGetMethod" xml:"ParamGetMethod"`
RequestBodyModel string `json:"RequestBodyModel" xml:"RequestBodyModel"`
Method string `json:"Method" xml:"Method"`
Description string `json:"Description" xml:"Description"`
Charset string `json:"Charset" xml:"Charset"`
Path string `json:"Path" xml:"Path"`
ContentType string `json:"ContentType" xml:"ContentType"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
Id int64 `json:"Id" xml:"Id"`
ResponseBodyModel string `json:"ResponseBodyModel" xml:"ResponseBodyModel"`
SysId int64 `json:"SysId" xml:"SysId"`
AppId string `json:"AppId" xml:"AppId"`
Host string `json:"Host" xml:"Host"`
InterfaceType string `json:"InterfaceType" xml:"InterfaceType"`
NeedJsonp string `json:"NeedJsonp" xml:"NeedJsonp"`
ApiStatus string `json:"ApiStatus" xml:"ApiStatus"`
WorkspaceId string `json:"WorkspaceId" xml:"WorkspaceId"`
ApiName string `json:"ApiName" xml:"ApiName"`
OperationType string `json:"OperationType" xml:"OperationType"`
ApiInvoker ApiInvoker `json:"ApiInvoker" xml:"ApiInvoker"`
MigrateRule MigrateRule `json:"MigrateRule" xml:"MigrateRule"`
CacheRule CacheRule `json:"CacheRule" xml:"CacheRule"`
LimitRule LimitRule `json:"LimitRule" xml:"LimitRule"`
MockRule MockRule `json:"MockRule" xml:"MockRule"`
CircuitBreakerRule CircuitBreakerRule `json:"CircuitBreakerRule" xml:"CircuitBreakerRule"`
HeaderRules []HeaderRulesItem `json:"HeaderRules" xml:"HeaderRules"`
RequestParams []RequestParamsItem `json:"RequestParams" xml:"RequestParams"`
HeaderRule []HeaderRuleItem `json:"HeaderRule" xml:"HeaderRule"`
}