blob: 019b30004f9545e8497e664b2c4f645c13dce010 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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"`
}
|