blob: c9e40e6f40832276eb959bae4577503b6592675f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// EducationSynchronizationError undocumented
type EducationSynchronizationError struct {
// Entity is the base model of EducationSynchronizationError
Entity
// EntryType undocumented
EntryType *string `json:"entryType,omitempty"`
// ErrorCode undocumented
ErrorCode *string `json:"errorCode,omitempty"`
// ErrorMessage undocumented
ErrorMessage *string `json:"errorMessage,omitempty"`
// JoiningValue undocumented
JoiningValue *string `json:"joiningValue,omitempty"`
// RecordedDateTime undocumented
RecordedDateTime *time.Time `json:"recordedDateTime,omitempty"`
// ReportableIdentifier undocumented
ReportableIdentifier *string `json:"reportableIdentifier,omitempty"`
}
|