summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/Office365GroupsActivityFileCountsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/Office365GroupsActivityFileCountsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/Office365GroupsActivityFileCountsModel.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/Office365GroupsActivityFileCountsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/Office365GroupsActivityFileCountsModel.go
deleted file mode 100644
index 7993931f..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/Office365GroupsActivityFileCountsModel.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// Office365GroupsActivityFileCounts undocumented
-type Office365GroupsActivityFileCounts struct {
- // Entity is the base model of Office365GroupsActivityFileCounts
- Entity
- // ReportRefreshDate undocumented
- ReportRefreshDate *time.Time `json:"reportRefreshDate,omitempty"`
- // Total undocumented
- Total *int `json:"total,omitempty"`
- // Active undocumented
- Active *int `json:"active,omitempty"`
- // ReportDate undocumented
- ReportDate *time.Time `json:"reportDate,omitempty"`
- // ReportPeriod undocumented
- ReportPeriod *string `json:"reportPeriod,omitempty"`
-}