blob: c1649254fdbefbecbcea97e90b3f10445ef86445 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationWordResource undocumented
type EducationWordResource struct {
// EducationResource is the base model of EducationWordResource
EducationResource
// FileURL undocumented
FileURL *string `json:"fileUrl,omitempty"`
}
|