mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 19:52:03 -08:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
24 lines
770 B
Go
24 lines
770 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// SynchronizationTemplate undocumented
|
|
type SynchronizationTemplate struct {
|
|
// Entity is the base model of SynchronizationTemplate
|
|
Entity
|
|
// ApplicationID undocumented
|
|
ApplicationID *UUID `json:"applicationId,omitempty"`
|
|
// Default undocumented
|
|
Default *bool `json:"default,omitempty"`
|
|
// Description undocumented
|
|
Description *string `json:"description,omitempty"`
|
|
// Discoverable undocumented
|
|
Discoverable *bool `json:"discoverable,omitempty"`
|
|
// FactoryTag undocumented
|
|
FactoryTag *string `json:"factoryTag,omitempty"`
|
|
// Metadata undocumented
|
|
Metadata []MetadataEntry `json:"metadata,omitempty"`
|
|
// Schema undocumented
|
|
Schema *SynchronizationSchema `json:"schema,omitempty"`
|
|
}
|