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

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