blob: cbcb2ff871deb33566d5ea07225cb80183b7a265 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// GroupPolicyPresentationValueDecimal The entity represents an unsigned integer value of a decimal text box presentation on a policy definition.
type GroupPolicyPresentationValueDecimal struct {
// GroupPolicyPresentationValue is the base model of GroupPolicyPresentationValueDecimal
GroupPolicyPresentationValue
// Value An unsigned integer value for the associated presentation.
Value *int `json:"value,omitempty"`
}
|