summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go
deleted file mode 100644
index 4c2a5a21..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// GroupPolicyPresentationValueText The entity represents a string value for a drop-down list, combo box, or text box presentation on a policy definition.
-type GroupPolicyPresentationValueText struct {
- // GroupPolicyPresentationValue is the base model of GroupPolicyPresentationValueText
- GroupPolicyPresentationValue
- // Value A string value for the associated presentation.
- Value *string `json:"value,omitempty"`
-}