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
8 changes: 5 additions & 3 deletions proto/spaceone/api/cost_analysis/v1/cost_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ message CostReportInfo {
string bank_name = 11;
bool is_adjusted = 12;
string cost_report_config_id = 21;
string project_id = 22;
string workspace_id = 23;
string domain_id = 24;
string service_account_id = 22;
string project_id = 23;
string workspace_id = 24;
string domain_id = 25;
string created_at = 31;
string updated_at = 32;
Copy link

Copilot AI May 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider adding a descriptive comment for the updated_at field to clarify its purpose in tracking modifications.

Copilot uses AI. Check for mistakes.
}


Expand Down
Loading