summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/Office365ActivationsUserCountsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/Office365ActivationsUserCountsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/Office365ActivationsUserCountsModel.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/Office365ActivationsUserCountsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/Office365ActivationsUserCountsModel.go
deleted file mode 100644
index 60a1d0a4..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/Office365ActivationsUserCountsModel.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// Office365ActivationsUserCounts undocumented
-type Office365ActivationsUserCounts struct {
- // Entity is the base model of Office365ActivationsUserCounts
- Entity
- // ReportRefreshDate undocumented
- ReportRefreshDate *time.Time `json:"reportRefreshDate,omitempty"`
- // ProductType undocumented
- ProductType *string `json:"productType,omitempty"`
- // Assigned undocumented
- Assigned *int `json:"assigned,omitempty"`
- // Activated undocumented
- Activated *int `json:"activated,omitempty"`
- // SharedComputerActivation undocumented
- SharedComputerActivation *int `json:"sharedComputerActivation,omitempty"`
-}