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