blob: bb8f8142cfb7af6f8d853a66689d34d43e839f83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PlannerTaskDetails undocumented
type PlannerTaskDetails struct {
// PlannerDelta is the base model of PlannerTaskDetails
PlannerDelta
// Description undocumented
Description *string `json:"description,omitempty"`
// PreviewType undocumented
PreviewType *PlannerPreviewType `json:"previewType,omitempty"`
// References undocumented
References *PlannerExternalReferences `json:"references,omitempty"`
// Checklist undocumented
Checklist *PlannerChecklistItems `json:"checklist,omitempty"`
}
|