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