forked from jshiffer/matterbridge
12 lines
273 B
Go
12 lines
273 B
Go
|
// 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"`
|
||
|
}
|