summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementCollectionSettingDefinitionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementCollectionSettingDefinitionModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementCollectionSettingDefinitionModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementCollectionSettingDefinitionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementCollectionSettingDefinitionModel.go
deleted file mode 100644
index f9f8da13..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementCollectionSettingDefinitionModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// DeviceManagementCollectionSettingDefinition Entity representing the defintion for a collection setting
-type DeviceManagementCollectionSettingDefinition struct {
- // DeviceManagementSettingDefinition is the base model of DeviceManagementCollectionSettingDefinition
- DeviceManagementSettingDefinition
- // ElementDefinitionID The Setting Definition ID that describes what each element of the collection looks like
- ElementDefinitionID *string `json:"elementDefinitionId,omitempty"`
-}