summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelMulti.go
blob: 5ac33888939bb7ef4379ecc96677a9a43e05520d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// MultiValueLegacyExtendedProperty undocumented
type MultiValueLegacyExtendedProperty struct {
	// Entity is the base model of MultiValueLegacyExtendedProperty
	Entity
	// Value undocumented
	Value []string `json:"value,omitempty"`
}