blob: f3601cb82eef6e9b9b0c00d60ef1ba62d94b6341 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PlannerPlanContextDetails undocumented
type PlannerPlanContextDetails struct {
// Object is the base model of PlannerPlanContextDetails
Object
// URL undocumented
URL *string `json:"url,omitempty"`
}
|