summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationDropdownListModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationDropdownListModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationDropdownListModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationDropdownListModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationDropdownListModel.go
deleted file mode 100644
index c85e4d97..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/GroupPolicyPresentationDropdownListModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// GroupPolicyPresentationDropdownList Represents an ADMX dropdownList element and an ADMX enum element.
-type GroupPolicyPresentationDropdownList struct {
- // GroupPolicyPresentation is the base model of GroupPolicyPresentationDropdownList
- GroupPolicyPresentation
- // DefaultItem Localized string value identifying the default choice of the list of items.
- DefaultItem *GroupPolicyPresentationDropdownListItem `json:"defaultItem,omitempty"`
- // Items Represents a set of localized display names and their associated values.
- Items []GroupPolicyPresentationDropdownListItem `json:"items,omitempty"`
- // Required Requirement to enter a value in the parameter box. The default value is false.
- Required *bool `json:"required,omitempty"`
-}