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

package msgraph

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