summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationModel.go
blob: af84ca879b4a2f492baaf11b1ab7bad79ceec98b (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

// Synchronization undocumented
type Synchronization struct {
	// Entity is the base model of Synchronization
	Entity
	// Secrets undocumented
	Secrets []SynchronizationSecretKeyStringValuePair `json:"secrets,omitempty"`
	// Jobs undocumented
	Jobs []SynchronizationJob `json:"jobs,omitempty"`
	// Templates undocumented
	Templates []SynchronizationTemplate `json:"templates,omitempty"`
}