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/CreateAccessControlListResponseBody.java
Copy file name to clipboardExpand all lines: cloudapi-20160714/src/main/java/com/aliyun/cloudapi20160714/models/DescribeAccessControlListAttributeResponseBody.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class DescribeAccessControlListAttributeResponseBody extends TeaModel {
29
29
publicStringaclName;
30
30
31
31
/**
32
-
* <p>The IP version. Valid values: <strong>ipv4</strong> and <strong>ipv6</strong>.</p>
32
+
* <p>The IP protocol version. Valid values: <strong>ipv4</strong> and <strong>ipv6</strong>.</p>
@@ -344,7 +344,7 @@ public static class DescribeApiDocResponseBodyErrorCodeSamplesErrorCodeSample ex
344
344
publicStringcode;
345
345
346
346
/**
347
-
* <p>The description of the error code.</p>
347
+
* <p>The error description.</p>
348
348
*
349
349
* <strong>example:</strong>
350
350
* <p>Unauthorized</p>
@@ -576,7 +576,7 @@ public static class DescribeApiDocResponseBodyRequestParametersRequestParameter
576
576
publicStringdemoValue;
577
577
578
578
/**
579
-
* <p>The description.</p>
579
+
* <p>The parameter description.</p>
580
580
*
581
581
* <strong>example:</strong>
582
582
* <p>Parameters</p>
@@ -603,7 +603,7 @@ public static class DescribeApiDocResponseBodyRequestParametersRequestParameter
603
603
publicStringdocShow;
604
604
605
605
/**
606
-
* <p>The hash values that can be specified if the <strong>ParameterType</strong> 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>
606
+
* <p>The hash values that are supported when <strong>ParameterType</strong> is set to Int, Long, Float, Double, or String. Separate values with commas (,). Examples: 1,2,3,4,9 and A,B,C,E,F.</p>
607
607
*
608
608
* <strong>example:</strong>
609
609
* <p>boy,girl</p>
@@ -675,7 +675,7 @@ public static class DescribeApiDocResponseBodyRequestParametersRequestParameter
675
675
publicStringparameterType;
676
676
677
677
/**
678
-
* <p>The regular expression that is used to validate the parameter if the <strong>ParameterType</strong> parameter is set to String.</p>
678
+
* <p>The regular expression that is used for parameter validation when <strong>ParameterType</strong> is set to String.</p>
0 commit comments