summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AndroidOMACpConfigurationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AndroidOMACpConfigurationModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/AndroidOMACpConfigurationModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AndroidOMACpConfigurationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AndroidOMACpConfigurationModel.go
deleted file mode 100644
index 41a41c51..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/AndroidOMACpConfigurationModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// AndroidOMACpConfiguration By providing a configuration in this profile you can configure Android devices that support OMA-CP.
-type AndroidOMACpConfiguration struct {
- // DeviceConfiguration is the base model of AndroidOMACpConfiguration
- DeviceConfiguration
- // ConfigurationXML Configuration XML that will be applied to the device. When it is read, it only provides a placeholder string since the original data is encrypted and stored.
- ConfigurationXML *Binary `json:"configurationXml,omitempty"`
-}