summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingFloatingPointModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OMASettingFloatingPointModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/OMASettingFloatingPointModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingFloatingPointModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingFloatingPointModel.go
deleted file mode 100644
index a90a8abe..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/OMASettingFloatingPointModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// OMASettingFloatingPoint undocumented
-type OMASettingFloatingPoint struct {
- // OMASetting is the base model of OMASettingFloatingPoint
- OMASetting
- // Value Value.
- Value *float64 `json:"value,omitempty"`
-}