blob: 4c2a5a217a0457a17679c6098d90ac26ef039551 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// GroupPolicyPresentationValueText The entity represents a string value for a drop-down list, combo box, or text box presentation on a policy definition.
type GroupPolicyPresentationValueText struct {
// GroupPolicyPresentationValue is the base model of GroupPolicyPresentationValueText
GroupPolicyPresentationValue
// Value A string value for the associated presentation.
Value *string `json:"value,omitempty"`
}
|