Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions proto/spaceone/api/cost_analysis/v1/cost_report_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,14 @@ message CostReportDataInfo {
bool is_adjusted = 8;
string provider = 9;
string product = 10;
string service_account_name = 11;
string data_source_name = 12;
string project_name = 13;
string workspace_name = 14;
string region_code = 11;
string region_key = 12;
string usage_type = 13;
string usage_unit = 14;
string service_account_name = 15;
string data_source_name = 16;
string project_name = 17;
string workspace_name = 18;
string domain_id = 21;
string workspace_id = 22;
string project_id = 23;
Expand All @@ -113,5 +117,4 @@ message CostReportDataStatQuery {
string cost_report_id = 21;
// +optional
string cost_report_config_id = 22;

}
Loading