blob: bf35ed9183fc090cd50f74edb0668e368669089e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// PlannerRecentPlanReference undocumented
type PlannerRecentPlanReference struct {
// Object is the base model of PlannerRecentPlanReference
Object
// LastAccessedDateTime undocumented
LastAccessedDateTime *time.Time `json:"lastAccessedDateTime,omitempty"`
// PlanTitle undocumented
PlanTitle *string `json:"planTitle,omitempty"`
}
|