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