Skip to content

Commit

Permalink
feat: add language and timezone fields to CloudServiceReportInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Nov 19, 2023
1 parent 67fc54c commit 2b0ab41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/spaceone/api/inventory/v1/cloud_service_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ message CloudServiceReportInfo {
FileFormat file_format = 4;
ReportSchedule schedule = 5;
google.protobuf.Struct target = 6;
string timezone = 7;
string language = 8;

google.protobuf.Struct tags = 11;

Expand Down

0 comments on commit 2b0ab41

Please sign in to comment.