summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/KeyValuePairModel.go
blob: 0ba1f721b9c2daea64b49c0e3c491cc02cf88846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// KeyValuePair undocumented
type KeyValuePair struct {
	// Object is the base model of KeyValuePair
	Object
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// Value undocumented
	Value *string `json:"value,omitempty"`
}