1
0
forked from lug/matterbridge

Add initial Microsoft Teams support

Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
Wim
2019-12-26 23:12:28 +01:00
parent 3af0dc3b3a
commit 795a8705c3
3362 changed files with 229502 additions and 22 deletions

View File

@@ -0,0 +1,27 @@
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WindowsMinimumOperatingSystem undocumented
type WindowsMinimumOperatingSystem struct {
// Object is the base model of WindowsMinimumOperatingSystem
Object
// V8_0 Windows version 8.0 or later.
V8_0 *bool `json:"v8_0,omitempty"`
// V8_1 Windows version 8.1 or later.
V8_1 *bool `json:"v8_1,omitempty"`
// V10_0 Windows version 10.0 or later.
V10_0 *bool `json:"v10_0,omitempty"`
// V10_1607 Windows 10 1607 or later.
V10_1607 *bool `json:"v10_1607,omitempty"`
// V10_1703 Windows 10 1703 or later.
V10_1703 *bool `json:"v10_1703,omitempty"`
// V10_1709 Windows 10 1709 or later.
V10_1709 *bool `json:"v10_1709,omitempty"`
// V10_1803 Windows 10 1803 or later.
V10_1803 *bool `json:"v10_1803,omitempty"`
// V10_1809 Windows 10 1809 or later.
V10_1809 *bool `json:"v10_1809,omitempty"`
// V10_1903 Windows 10 1903 or later.
V10_1903 *bool `json:"v10_1903,omitempty"`
}