blob: 709f88e3978210d8140233d2365684258d7200d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// OnenoteEntitySchemaObjectModel undocumented
type OnenoteEntitySchemaObjectModel struct {
// OnenoteEntityBaseModel is the base model of OnenoteEntitySchemaObjectModel
OnenoteEntityBaseModel
// CreatedDateTime undocumented
CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
}
|