Skip to content

Commit 7e86ba8

Browse files
authored
Merge pull request #586 from ImMin5/master
Reorder fields in cost_report.proto
2 parents 910396e + 558189e commit 7e86ba8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

proto/spaceone/api/cost_analysis/v1/cost_report.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ message CostReportInfo {
106106
string name = 10;
107107
string bank_name = 11;
108108
bool is_adjusted = 12;
109-
string cost_report_config_id = 21;
110-
string service_account_id = 22;
109+
string domain_id = 21;
110+
string workspace_id = 22;
111111
string project_id = 23;
112-
string workspace_id = 24;
113-
string domain_id = 25;
112+
string service_account_id = 24;
113+
string cost_report_config_id = 25;
114114
string created_at = 31;
115115
string updated_at = 32;
116116
}

0 commit comments

Comments
 (0)