blob: 3dfb939f85bc2a2bd0c0a030f8b84dc6307eb99b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// GroupPolicyPresentationDropdownListItem undocumented
type GroupPolicyPresentationDropdownListItem struct {
// Object is the base model of GroupPolicyPresentationDropdownListItem
Object
// DisplayName Localized display name for the drop-down list item.
DisplayName *string `json:"displayName,omitempty"`
// Value Associated value for the drop-down list item
Value *string `json:"value,omitempty"`
}
|