matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/SingleValueLegacyExtendedPropertyModel.go

12 lines
309 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// SingleValueLegacyExtendedProperty undocumented
type SingleValueLegacyExtendedProperty struct {
// Entity is the base model of SingleValueLegacyExtendedProperty
Entity
// Value undocumented
Value *string `json:"value,omitempty"`
}