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: volcengine-java-sdk-billing/src/main/java/com/volcengine/billing/model/ListForListAmortizedCostBillDailyOutput.java
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,9 @@ public class ListForListAmortizedCostBillDailyOutput {
194
194
@SerializedName("Project")
195
195
privateStringproject = null;
196
196
197
+
@SerializedName("ProjectDisplayName")
198
+
privateStringprojectDisplayName = null;
199
+
197
200
@SerializedName("Region")
198
201
privateStringregion = null;
199
202
@@ -1223,6 +1226,24 @@ public void setProject(String project) {
Copy file name to clipboardExpand all lines: volcengine-java-sdk-billing/src/main/java/com/volcengine/billing/model/ListForListAmortizedCostBillDetailOutput.java
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,9 @@ public class ListForListAmortizedCostBillDetailOutput {
197
197
@SerializedName("Project")
198
198
privateStringproject = null;
199
199
200
+
@SerializedName("ProjectDisplayName")
201
+
privateStringprojectDisplayName = null;
202
+
200
203
@SerializedName("Region")
201
204
privateStringregion = null;
202
205
@@ -1241,6 +1244,24 @@ public void setProject(String project) {
Copy file name to clipboardExpand all lines: volcengine-java-sdk-billing/src/main/java/com/volcengine/billing/model/ListForListAmortizedCostBillMonthlyOutput.java
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,9 @@ public class ListForListAmortizedCostBillMonthlyOutput {
233
233
@SerializedName("Project")
234
234
privateStringproject = null;
235
235
236
+
@SerializedName("ProjectDisplayName")
237
+
privateStringprojectDisplayName = null;
238
+
236
239
@SerializedName("Region")
237
240
privateStringregion = null;
238
241
@@ -1511,6 +1514,24 @@ public void setProject(String project) {
0 commit comments