summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueLongDecimalModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueLongDecimalModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueLongDecimalModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueLongDecimalModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueLongDecimalModel.go
deleted file mode 100644
index a32ae6e1..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueLongDecimalModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// GroupPolicyPresentationValueLongDecimal The entity represents an unsigned long value of a long decimal text box presentation on a policy definition.
-type GroupPolicyPresentationValueLongDecimal struct {
- // GroupPolicyPresentationValue is the base model of GroupPolicyPresentationValueLongDecimal
- GroupPolicyPresentationValue
- // Value An unsigned long value for the associated presentation.
- Value *int `json:"value,omitempty"`
-}