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