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: appstream-center-20210901/src/main/java/com/aliyun/sdk/service/appstream_center20210901/models/CreateAppInstanceGroupRequest.java
+65-4Lines changed: 65 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ public class CreateAppInstanceGroupRequest extends Request {
51
51
52
52
@Body
53
53
@NameInMap("NodePool")
54
-
@Validation(required = true)
55
54
privateNodePoolnodePool;
56
55
57
56
@Body
@@ -77,6 +76,10 @@ public class CreateAppInstanceGroupRequest extends Request {
Copy file name to clipboardExpand all lines: appstream-center-20210901/src/main/java/com/aliyun/sdk/service/appstream_center20210901/models/UnbindRequest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
publicclassUnbindRequestextendsRequest {
15
15
@Body
16
16
@NameInMap("AppInstanceGroupId")
17
+
@Validation(required = true)
17
18
privateStringappInstanceGroupId;
18
19
19
20
@Body
@@ -22,6 +23,7 @@ public class UnbindRequest extends Request {
0 commit comments