summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeviceOperatingSystemSummaryModel.go
blob: 59f81e8ee0b11190cf7ce54beae2b22554dca7b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DeviceOperatingSystemSummary undocumented
type DeviceOperatingSystemSummary struct {
	// Object is the base model of DeviceOperatingSystemSummary
	Object
	// AndroidCount Number of android device count.
	AndroidCount *int `json:"androidCount,omitempty"`
	// IOSCount Number of iOS device count.
	IOSCount *int `json:"iosCount,omitempty"`
	// MacOSCount Number of Mac OS X device count.
	MacOSCount *int `json:"macOSCount,omitempty"`
	// WindowsMobileCount Number of Windows mobile device count.
	WindowsMobileCount *int `json:"windowsMobileCount,omitempty"`
	// WindowsCount Number of Windows device count.
	WindowsCount *int `json:"windowsCount,omitempty"`
	// UnknownCount Number of unknown device count.
	UnknownCount *int `json:"unknownCount,omitempty"`
	// AndroidDedicatedCount Number of dedicated Android devices.
	AndroidDedicatedCount *int `json:"androidDedicatedCount,omitempty"`
	// AndroidDeviceAdminCount Number of device admin Android devices.
	AndroidDeviceAdminCount *int `json:"androidDeviceAdminCount,omitempty"`
	// AndroidFullyManagedCount Number of fully managed Android devices.
	AndroidFullyManagedCount *int `json:"androidFullyManagedCount,omitempty"`
	// AndroidWorkProfileCount Number of work profile Android devices.
	AndroidWorkProfileCount *int `json:"androidWorkProfileCount,omitempty"`
}