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

package msgraph

// EducationPowerPointResource undocumented
type EducationPowerPointResource struct {
	// EducationResource is the base model of EducationPowerPointResource
	EducationResource
	// FileURL undocumented
	FileURL *string `json:"fileUrl,omitempty"`
}