summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EducationAssignmentResourceModel.go
blob: e44d99f3f5a374ae82f9e737d01494181f8ed58a (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

// EducationAssignmentResource undocumented
type EducationAssignmentResource struct {
	// Entity is the base model of EducationAssignmentResource
	Entity
	// DistributeForStudentWork undocumented
	DistributeForStudentWork *bool `json:"distributeForStudentWork,omitempty"`
	// Resource undocumented
	Resource *EducationResource `json:"resource,omitempty"`
}