5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-03-20 03:59:14 +00:00

12 lines
273 B
Go
Raw Normal View History

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