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: adcp-20220101/src/main/java/com/aliyun/sdk/service/adcp20220101/models/UpdateHubClusterFeatureRequest.java
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ public class UpdateHubClusterFeatureRequest extends Request {
24
24
@NameInMap("ArgoServerEnabled")
25
25
privateBooleanargoServerEnabled;
26
26
27
-
@Query
28
-
@NameInMap("ArmsEnabled")
29
-
privateBooleanarmsEnabled;
30
-
31
27
@Query
32
28
@NameInMap("AuditLogEnabled")
33
29
privateBooleanauditLogEnabled;
@@ -45,6 +41,10 @@ public class UpdateHubClusterFeatureRequest extends Request {
* The name of the cluster. The name must be 1 to 63 characters in length. It must start with a letter, and can contain letters, digits, underscores (\_), and hyphens (-).
0 commit comments