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

package msgraph

// EducationLinkResource undocumented
type EducationLinkResource struct {
	// EducationResource is the base model of EducationLinkResource
	EducationResource
	// Link undocumented
	Link *string `json:"link,omitempty"`
}