blob: fca7fc7ab2eb8946222eb5a1e83afe4ab5873dbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationCsvDataProvider undocumented
type EducationCsvDataProvider struct {
// EducationSynchronizationDataProvider is the base model of EducationCsvDataProvider
EducationSynchronizationDataProvider
// Customizations undocumented
Customizations *EducationSynchronizationCustomizations `json:"customizations,omitempty"`
}
|