Skip to content

Commit

Permalink
Merge pull request #156 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: add language and timezone fields to CloudServiceReportInfo
  • Loading branch information
whdalsrnt authored Nov 19, 2023
2 parents aafc339 + 2b0ab41 commit 5c84e47
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 5c84e47

Please sign in to comment.