summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EducationSynchronizationProfileStatusModel.go
blob: 3b94b97b7fd8f4ce6d6ef13f39dd5ffbd2774a70 (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

import "time"

// EducationSynchronizationProfileStatus undocumented
type EducationSynchronizationProfileStatus struct {
	// Entity is the base model of EducationSynchronizationProfileStatus
	Entity
	// Status undocumented
	Status *EducationSynchronizationStatus `json:"status,omitempty"`
	// LastSynchronizationDateTime undocumented
	LastSynchronizationDateTime *time.Time `json:"lastSynchronizationDateTime,omitempty"`
}