summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppAssignmentSettingsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppAssignmentSettingsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppAssignmentSettingsModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppAssignmentSettingsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppAssignmentSettingsModel.go
deleted file mode 100644
index 00390557..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/MacOsVppAppAssignmentSettingsModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MacOsVppAppAssignmentSettings undocumented
-type MacOsVppAppAssignmentSettings struct {
- // MobileAppAssignmentSettings is the base model of MacOsVppAppAssignmentSettings
- MobileAppAssignmentSettings
- // UseDeviceLicensing Whether or not to use device licensing.
- UseDeviceLicensing *bool `json:"useDeviceLicensing,omitempty"`
-}