blob: 10167bf71681369eed1a908d8314e0bd5db51348 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// KeyBooleanValuePair undocumented
type KeyBooleanValuePair struct {
// KeyTypedValuePair is the base model of KeyBooleanValuePair
KeyTypedValuePair
// Value The Boolean value of the key-value pair.
Value *bool `json:"value,omitempty"`
}
|