summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementReportsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementReportsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementReportsModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementReportsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementReportsModel.go
deleted file mode 100644
index adf624b1..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementReportsModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// DeviceManagementReports Singleton entity that acts as a container for all reports functionality.
-type DeviceManagementReports struct {
- // Entity is the base model of DeviceManagementReports
- Entity
- // CachedReportConfigurations undocumented
- CachedReportConfigurations []DeviceManagementCachedReportConfiguration `json:"cachedReportConfigurations,omitempty"`
- // ExportJobs undocumented
- ExportJobs []DeviceManagementExportJob `json:"exportJobs,omitempty"`
- // ReportSchedules undocumented
- ReportSchedules []DeviceManagementReportSchedule `json:"reportSchedules,omitempty"`
-}