summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationScheduleModel.go
blob: 94d81fc526332b719697325c60a1b13933ca6ecc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// SynchronizationSchedule undocumented
type SynchronizationSchedule struct {
	// Object is the base model of SynchronizationSchedule
	Object
	// Expiration undocumented
	Expiration *time.Time `json:"expiration,omitempty"`
	// Interval undocumented
	Interval *time.Duration `json:"interval,omitempty"`
	// State undocumented
	State *SynchronizationScheduleState `json:"state,omitempty"`
}