blob: 6f8abc541501a57259113cc0b847554cbd2dddcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationSubmissionResource undocumented
type EducationSubmissionResource struct {
// Entity is the base model of EducationSubmissionResource
Entity
// Resource undocumented
Resource *EducationResource `json:"resource,omitempty"`
// AssignmentResourceURL undocumented
AssignmentResourceURL *string `json:"assignmentResourceUrl,omitempty"`
}
|