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:
19
vendor/github.com/yaegashi/msgraph.go/beta/UserInstallStateSummaryModel.go
generated
vendored
Normal file
19
vendor/github.com/yaegashi/msgraph.go/beta/UserInstallStateSummaryModel.go
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// UserInstallStateSummary Contains properties for the installation state summary for a user.
|
||||
type UserInstallStateSummary struct {
|
||||
// Entity is the base model of UserInstallStateSummary
|
||||
Entity
|
||||
// UserName User name.
|
||||
UserName *string `json:"userName,omitempty"`
|
||||
// InstalledDeviceCount Installed Device Count.
|
||||
InstalledDeviceCount *int `json:"installedDeviceCount,omitempty"`
|
||||
// FailedDeviceCount Failed Device Count.
|
||||
FailedDeviceCount *int `json:"failedDeviceCount,omitempty"`
|
||||
// NotInstalledDeviceCount Not installed device count.
|
||||
NotInstalledDeviceCount *int `json:"notInstalledDeviceCount,omitempty"`
|
||||
// DeviceStates undocumented
|
||||
DeviceStates []DeviceInstallState `json:"deviceStates,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user