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/MacOSMinimumOperatingSystemModel.go

28 lines
882 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MacOSMinimumOperatingSystem undocumented
type MacOSMinimumOperatingSystem struct {
// Object is the base model of MacOSMinimumOperatingSystem
Object
// V10_7 Mac OS 10.7 or later.
V10_7 *bool `json:"v10_7,omitempty"`
// V10_8 Mac OS 10.8 or later.
V10_8 *bool `json:"v10_8,omitempty"`
// V10_9 Mac OS 10.9 or later.
V10_9 *bool `json:"v10_9,omitempty"`
// V10_10 Mac OS 10.10 or later.
V10_10 *bool `json:"v10_10,omitempty"`
// V10_11 Mac OS 10.11 or later.
V10_11 *bool `json:"v10_11,omitempty"`
// V10_12 Mac OS 10.12 or later.
V10_12 *bool `json:"v10_12,omitempty"`
// V10_13 Mac OS 10.13 or later.
V10_13 *bool `json:"v10_13,omitempty"`
// V10_14 Mac OS 10.14 or later.
V10_14 *bool `json:"v10_14,omitempty"`
// V10_15 Mac OS 10.15 or later.
V10_15 *bool `json:"v10_15,omitempty"`
}