We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 910396e + 558189e commit 7e86ba8Copy full SHA for 7e86ba8
1 file changed
proto/spaceone/api/cost_analysis/v1/cost_report.proto
@@ -106,11 +106,11 @@ message CostReportInfo {
106
string name = 10;
107
string bank_name = 11;
108
bool is_adjusted = 12;
109
- string cost_report_config_id = 21;
110
- string service_account_id = 22;
+ string domain_id = 21;
+ string workspace_id = 22;
111
string project_id = 23;
112
- string workspace_id = 24;
113
- string domain_id = 25;
+ string service_account_id = 24;
+ string cost_report_config_id = 25;
114
string created_at = 31;
115
string updated_at = 32;
116
}
0 commit comments