Skip to content

Commit bb15b54

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 3468836 commit bb15b54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dist/json/cloudforet/api/cost_analysis/v1/Report_adjustment.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"description": ""
2727
},
2828
{
29-
"name": "PERCENTAGE",
29+
"name": "PERCENT",
3030
"number": "2",
3131
"description": ""
3232
}
@@ -39,7 +39,7 @@
3939
"name": "ChangeOrderReportAdjustmentRequest",
4040
"longName": "ChangeOrderReportAdjustmentRequest",
4141
"fullName": "spaceone.api.cost_analysis.v1.ChangeOrderReportAdjustmentRequest",
42-
"description": "",
42+
"description": "{\n \"report_adjustment_id\" : \"report_adjustment_id\",\n \"order\" : 2\n}",
4343
"hasExtensions": false,
4444
"hasFields": true,
4545
"hasOneofs": false,
@@ -75,7 +75,7 @@
7575
"name": "CreateReportAdjustmentRequest",
7676
"longName": "CreateReportAdjustmentRequest",
7777
"fullName": "spaceone.api.cost_analysis.v1.CreateReportAdjustmentRequest",
78-
"description": "",
78+
"description": "{\n \"name\" : \"Service Fee Policy\",\n \"unit\" : \"FIXED\",\n \"value\" : 10000.0,\n \"description\" : \"Service Fee\",\n \"provider\" : \"AWS\",\n \"currency\" : \"USD\"\n}",
7979
"hasExtensions": false,
8080
"hasFields": true,
8181
"hasOneofs": false,
@@ -143,7 +143,7 @@
143143
},
144144
{
145145
"name": "currency",
146-
"description": "+optional",
146+
"description": "When created, the currency is set to the same as the cost report config.\nIf currency changes, please use the sync_currency API.\n+optional",
147147
"label": "",
148148
"type": "string",
149149
"longType": "string",
@@ -495,7 +495,7 @@
495495
"name": "UpdateReportAdjustmentRequest",
496496
"longName": "UpdateReportAdjustmentRequest",
497497
"fullName": "spaceone.api.cost_analysis.v1.UpdateReportAdjustmentRequest",
498-
"description": "",
498+
"description": "{\n \"report_adjustment_id\" : \"report_adjustment_id\",\n \"name\" : \"Service Fee Policy\",\n \"unit\" : \"PERCENT\",\n \"value\" : 10.0,\n \"description\" : \"Service Fee\",\n \"provider\" : \"AWS\",\n \"adjustment_filter\" : {}\n}",
499499
"hasExtensions": false,
500500
"hasFields": true,
501501
"hasOneofs": false,

0 commit comments

Comments
 (0)