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,21 @@
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// IOSMinimumOperatingSystem undocumented
type IOSMinimumOperatingSystem struct {
// Object is the base model of IOSMinimumOperatingSystem
Object
// V8_0 Version 8.0 or later.
V8_0 *bool `json:"v8_0,omitempty"`
// V9_0 Version 9.0 or later.
V9_0 *bool `json:"v9_0,omitempty"`
// V10_0 Version 10.0 or later.
V10_0 *bool `json:"v10_0,omitempty"`
// V11_0 Version 11.0 or later.
V11_0 *bool `json:"v11_0,omitempty"`
// V12_0 Version 12.0 or later.
V12_0 *bool `json:"v12_0,omitempty"`
// V13_0 Version 13.0 or later.
V13_0 *bool `json:"v13_0,omitempty"`
}