summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PlannerFavoritePlanReferenceModel.go
blob: 3e1d40c74b05405b29bf31e75e921674de1e9c70 (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

// PlannerFavoritePlanReference undocumented
type PlannerFavoritePlanReference struct {
	// Object is the base model of PlannerFavoritePlanReference
	Object
	// OrderHint undocumented
	OrderHint *string `json:"orderHint,omitempty"`
	// PlanTitle undocumented
	PlanTitle *string `json:"planTitle,omitempty"`
}