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: aliyun-java-sdk-websitebuild/src/main/java/com/aliyuncs/websitebuild/model/v20250429/CreateAppInstanceRequest.java
+55Lines changed: 55 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@
15
15
packagecom.aliyuncs.websitebuild.model.v20250429;
16
16
17
17
importcom.aliyuncs.RpcAcsRequest;
18
+
importjava.util.List;
19
+
importcom.google.gson.Gson;
20
+
importcom.google.gson.annotations.SerializedName;
18
21
importcom.aliyuncs.http.ProtocolType;
19
22
importcom.aliyuncs.http.MethodType;
20
23
@@ -29,12 +32,17 @@ public class CreateAppInstanceRequest extends RpcAcsRequest<CreateAppInstanceRes
29
32
30
33
privateIntegerduration;
31
34
35
+
privateStringresourceGroupId;
36
+
32
37
privateStringsiteVersion;
33
38
34
39
privateStringdeployArea;
35
40
36
41
privateIntegerquantity;
37
42
43
+
@SerializedName("tags")
44
+
privateList<Tags> tags;
45
+
38
46
privateStringextend;
39
47
40
48
privateBooleanautoRenew;
@@ -72,6 +80,17 @@ public void setDuration(Integer duration) {
Copy file name to clipboardExpand all lines: aliyun-java-sdk-websitebuild/src/main/java/com/aliyuncs/websitebuild/model/v20250429/GetAppInstanceResponse.java
+169Lines changed: 169 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,14 +187,20 @@ public static class Module {
187
187
188
188
privateStringsourceType;
189
189
190
+
privateStringresourceGroupId;
191
+
190
192
privateList<AiStaffListItem> aiStaffList;
191
193
192
194
privateList<AppServiceListItem> appServiceList;
193
195
196
+
privateList<TagsItem> tags;
197
+
194
198
privateProfileprofile;
195
199
196
200
privateAppOperationAddressappOperationAddress;
197
201
202
+
privatePartnerDetailpartnerDetail;
203
+
198
204
publicStringgetCreateTime() {
199
205
returnthis.createTime;
200
206
}
@@ -395,6 +401,14 @@ public void setSourceType(String sourceType) {
0 commit comments