5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-10 14:30:26 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/IOSMinimumOperatingSystemModel.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"`
}