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

// Folder undocumented
type Folder struct {
	// Object is the base model of Folder
	Object
	// ChildCount undocumented
	ChildCount *int `json:"childCount,omitempty"`
	// View undocumented
	View *FolderView `json:"view,omitempty"`
}