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