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

package msgraph

// KeyIntegerValuePair undocumented
type KeyIntegerValuePair struct {
	// KeyTypedValuePair is the base model of KeyIntegerValuePair
	KeyTypedValuePair
	// Value The integer value of the key-value pair.
	Value *int `json:"value,omitempty"`
}