summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/StringKeyLongValuePairModel.go
blob: e449961f9c17d94230348a67953592b5d37a1db3 (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

// StringKeyLongValuePair undocumented
type StringKeyLongValuePair struct {
	// Object is the base model of StringKeyLongValuePair
	Object
	// Key undocumented
	Key *string `json:"key,omitempty"`
	// Value undocumented
	Value *int `json:"value,omitempty"`
}