blob: 14ec4e9e905fa0b9e108af816ecf1446e50f4fde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|