diff --git a/proto/spaceone/api/cost_analysis/v1/cost_report_data.proto b/proto/spaceone/api/cost_analysis/v1/cost_report_data.proto index 2622b6cf..46e23afd 100644 --- a/proto/spaceone/api/cost_analysis/v1/cost_report_data.proto +++ b/proto/spaceone/api/cost_analysis/v1/cost_report_data.proto @@ -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; @@ -113,5 +117,4 @@ message CostReportDataStatQuery { string cost_report_id = 21; // +optional string cost_report_config_id = 22; - }