summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EducationCategoryModel.go
blob: 29ed16b4010304f06869c7ac10eecf226b680789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// EducationCategory undocumented
type EducationCategory struct {
	// Entity is the base model of EducationCategory
	Entity
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
}