summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueListModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueListModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueListModel.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueListModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueListModel.go
new file mode 100644
index 00000000..019b3000
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueListModel.go
@@ -0,0 +1,11 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// GroupPolicyPresentationValueList The entity represents a collection of name/value pairs of a list box presentation on a policy definition.
+type GroupPolicyPresentationValueList struct {
+ // GroupPolicyPresentationValue is the base model of GroupPolicyPresentationValueList
+ GroupPolicyPresentationValue
+ // Values A list of pairs for the associated presentation.
+ Values []KeyValuePair `json:"values,omitempty"`
+}