blob: 5c56b6c7e36ffc4733391e86243aa60ddbb1ad7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationFileSynchronizationVerificationMessage undocumented
type EducationFileSynchronizationVerificationMessage struct {
// Object is the base model of EducationFileSynchronizationVerificationMessage
Object
// Type undocumented
Type *string `json:"type,omitempty"`
// FileName undocumented
FileName *string `json:"fileName,omitempty"`
// Description undocumented
Description *string `json:"description,omitempty"`
}
|