You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudapi-20160714/src/main/java/com/aliyun/cloudapi20160714/models/CreateApiRequest.java
-35Lines changed: 0 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,6 @@ public class CreateApiRequest extends TeaModel {
52
52
@NameInMap("BackendId")
53
53
publicStringbackendId;
54
54
55
-
/**
56
-
* <p>The parameters of the API.</p>
57
-
*/
58
55
@NameInMap("ConstantParameters")
59
56
publicStringconstantParameters;
60
57
@@ -71,17 +68,9 @@ public class CreateApiRequest extends TeaModel {
71
68
@NameInMap("DisableInternet")
72
69
publicBooleandisableInternet;
73
70
74
-
/**
75
-
* <p>The sample error codes returned by the backend service.</p>
76
-
* <br>
77
-
* <p>For more information, see [ErrorCodeSample](~~44392~~).</p>
78
-
*/
79
71
@NameInMap("ErrorCodeSamples")
80
72
publicStringerrorCodeSamples;
81
73
82
-
/**
83
-
* <p>The sample error response from the backend service.</p>
84
-
*/
85
74
@NameInMap("FailResultSample")
86
75
publicStringfailResultSample;
87
76
@@ -112,11 +101,6 @@ public class CreateApiRequest extends TeaModel {
112
101
@NameInMap("RequestConfig")
113
102
publicStringrequestConfig;
114
103
115
-
/**
116
-
* <p>The parameters of API requests sent by the consumer to API Gateway.</p>
117
-
* <br>
118
-
* <p>For more information, see [RequestParameter](~~43986~~).</p>
119
-
*/
120
104
@NameInMap("RequestParameters")
121
105
publicStringrequestParameters;
122
106
@@ -126,15 +110,9 @@ public class CreateApiRequest extends TeaModel {
126
110
@NameInMap("ResultBodyModel")
127
111
publicStringresultBodyModel;
128
112
129
-
/**
130
-
* <p>The return description of the API.</p>
131
-
*/
132
113
@NameInMap("ResultDescriptions")
133
114
publicStringresultDescriptions;
134
115
135
-
/**
136
-
* <p>The sample response from the backend service.</p>
137
-
*/
138
116
@NameInMap("ResultSample")
139
117
publicStringresultSample;
140
118
@@ -155,25 +133,12 @@ public class CreateApiRequest extends TeaModel {
155
133
@NameInMap("ServiceConfig")
156
134
publicStringserviceConfig;
157
135
158
-
/**
159
-
* <p>The parameters of API requests sent by API Gateway to the backend service.</p>
160
-
* <br>
161
-
* <p>For more information, see [ServiceParameter](~~43988~~).</p>
162
-
*/
163
136
@NameInMap("ServiceParameters")
164
137
publicStringserviceParameters;
165
138
166
-
/**
167
-
* <p>The mappings between parameters of requests sent by the consumer to API Gateway and parameters of requests sent by API Gateway to the backend service.</p>
168
-
* <br>
169
-
* <p>For more information, see [ServiceParameterMap](~~43989~~).</p>
170
-
*/
171
139
@NameInMap("ServiceParametersMap")
172
140
publicStringserviceParametersMap;
173
141
174
-
/**
175
-
* <p>The common parameters of APIs in JSON format.</p>
0 commit comments