blob: 5b1ef83675c722f093a8951a1103cfb750dc981d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// SynchronizationJobRestartCriteria undocumented
type SynchronizationJobRestartCriteria struct {
// Object is the base model of SynchronizationJobRestartCriteria
Object
// ResetScope undocumented
ResetScope *SynchronizationJobRestartScope `json:"resetScope,omitempty"`
}
|