mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 14:30:26 +00:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
22 lines
640 B
Go
22 lines
640 B
Go
// 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"`
|
|
}
|