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:
21
vendor/github.com/yaegashi/msgraph.go/beta/IOSMinimumOperatingSystemModel.go
generated
vendored
Normal file
21
vendor/github.com/yaegashi/msgraph.go/beta/IOSMinimumOperatingSystemModel.go
generated
vendored
Normal 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user