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/DescribeApiHistoryResponseBody.java
+11-11
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,13 @@ public class DescribeApiHistoryResponseBody extends TeaModel {
43
43
* <br>
44
44
* <p>* **ANONYMOUS**: The API can be anonymously called. Take note of the following information:</p>
45
45
* <br>
46
-
* <p> * All users who have the permissions to obtain the API information can call this API. API Gateway neither authenticates callers nor configures user-specific throttling policies. You must configure throttling policies for public APIs.</p>
46
+
* <p> * All users who have obtained the API service information can call this API. API Gateway neither authenticates callers nor sets user-specific throttling policies. If this API is a public one, you must set throttling policies for it.</p>
47
47
*/
48
48
@NameInMap("AuthType")
49
49
publicStringauthType;
50
50
51
51
/**
52
-
* <p>The backend configurations.</p>
52
+
* <p>The configuration items of the backend service.</p>
@@ -106,7 +106,7 @@ public class DescribeApiHistoryResponseBody extends TeaModel {
106
106
publicStringfailResultSample;
107
107
108
108
/**
109
-
* <p>* Indicates whether to forcefully check X-Ca-Nonce. X-Ca-Nonce is the unique identifier of a request and is generally identified by UUID. If the **ForceNonceCheck** parameter is set to **true**, X-Ca-Nonce is forcefully checked. After API Gateway receives this parameter, API Gateway verifies the validity of this parameter. The same value can be used only once within 15 minutes. This helps prevent replay attacks.</p>
109
+
* <p>* Indicates whether to forcefully check X-Ca-Nonce. X-Ca-Nonce is the unique identifier of a request and is generally identified by UUID. If the **ForceNonceCheck** parameter is set to **true**, X-Ca-Nonce is forcefully checked. After API Gateway receives this parameter, API Gateway verifies the validity of this parameter. The same value can be used only once within 15 minutes. This helps defend against replay attacks.</p>
110
110
* <p>* If the **ForceNonceCheck** parameter is set to **false**, X-Ca-Nonce is not checked. When you create an API, the default value of this parameter is false.</p>
111
111
*/
112
112
@NameInMap("ForceNonceCheck")
@@ -177,7 +177,7 @@ public class DescribeApiHistoryResponseBody extends TeaModel {
* <p>The format in which data was transmitted to the server for POST and PUT requests. Valid values: FORM and STREAM. FORM indicates that data was transmitted as forms that consist of key-value pairs. STREAM indicates that data was transmitted as byte streams. This parameter takes effect when the RequestMode parameter is set to MAPPING.</p>
903
+
* <p>The format in which data was transmitted to the server for a POST or PUT request. Valid values: FORM and STREAM. FORM indicates that data was transmitted as forms that consist of key-value pairs. STREAM indicates that data was transmitted as byte streams. This parameter takes effect when the RequestMode parameter is set to MAPPING.</p>
904
904
*/
905
905
@NameInMap("BodyFormat")
906
906
publicStringbodyFormat;
@@ -940,7 +940,7 @@ public static class DescribeApiHistoryResponseBodyRequestConfig extends TeaModel
940
940
publicStringrequestPath;
941
941
942
942
/**
943
-
* <p>The type of the protocol that is supported by the API. Valid values: HTTP, HTTPS, and WebSocket. Separate values with commas (,). Example: "HTTP,HTTPS".</p>
943
+
* <p>The type of the protocol that is supported by the API. Valid values: HTTP, HTTPS, and WebSocket. Separate multiple values with commas (,). Example: "HTTP,HTTPS".</p>
944
944
*/
945
945
@NameInMap("RequestProtocol")
946
946
publicStringrequestProtocol;
@@ -1022,7 +1022,7 @@ public static class DescribeApiHistoryResponseBodyRequestParametersRequestParame
1022
1022
publicStringarrayItemsType;
1023
1023
1024
1024
/**
1025
-
* <p>The default value.</p>
1025
+
* <p>The default value of the parameter.</p>
1026
1026
*/
1027
1027
@NameInMap("DefaultValue")
1028
1028
publicStringdefaultValue;
@@ -1052,7 +1052,7 @@ public static class DescribeApiHistoryResponseBodyRequestParametersRequestParame
1052
1052
publicStringdocShow;
1053
1053
1054
1054
/**
1055
-
* <p>The hash values that are specified if the **ParameterType** parameter is set to Int, Long, Float, Double, or String. Separate hash values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.</p>
1055
+
* <p>The hash values can be specified if the **ParameterType** parameter is set to Int, Long, Float, Double, or String. Separate multiple hash values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.</p>
1056
1056
*/
1057
1057
@NameInMap("EnumValue")
1058
1058
publicStringenumValue;
@@ -1281,7 +1281,7 @@ public static class DescribeApiHistoryResponseBodyResultDescriptionsResultDescri
1281
1281
publicStringdescription;
1282
1282
1283
1283
/**
1284
-
* <p>Indicates whether a child node exists.</p>
1284
+
* <p>Indicates whether a subnode exists.</p>
1285
1285
*/
1286
1286
@NameInMap("HasChild")
1287
1287
publicBooleanhasChild;
@@ -2176,7 +2176,7 @@ public java.util.List<DescribeApiHistoryResponseBodyServiceParametersServicePara
0 commit comments