Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 3964446

Browse files
Add dayOfMonth to reports (#114)
For grafana/terraform-provider-grafana#625
1 parent 8d9d243 commit 3964446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

report.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type ReportSchedule struct {
1616
IntervalAmount int64 `json:"intervalAmount"`
1717
WorkdaysOnly bool `json:"workdaysOnly"`
1818
TimeZone string `json:"timeZone"`
19+
DayOfMonth string `json:"dayOfMonth,omitempty"`
1920
}
2021

2122
// ReportTimeRange represents the time range from a Grafana report.

0 commit comments

Comments
 (0)