mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-30 14:42:00 -08:00
18 lines
622 B
Go
18 lines
622 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// SynchronizationSchema undocumented
|
||
|
type SynchronizationSchema struct {
|
||
|
// Entity is the base model of SynchronizationSchema
|
||
|
Entity
|
||
|
// ProvisioningTaskIdentifier undocumented
|
||
|
ProvisioningTaskIdentifier *string `json:"provisioningTaskIdentifier,omitempty"`
|
||
|
// SynchronizationRules undocumented
|
||
|
SynchronizationRules []SynchronizationRule `json:"synchronizationRules,omitempty"`
|
||
|
// Version undocumented
|
||
|
Version *string `json:"version,omitempty"`
|
||
|
// Directories undocumented
|
||
|
Directories []DirectoryDefinition `json:"directories,omitempty"`
|
||
|
}
|