mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 19:52:03 -08:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
30 lines
1.0 KiB
Go
30 lines
1.0 KiB
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
import "time"
|
|
|
|
// SkypeForBusinessDeviceUsageUserDetail undocumented
|
|
type SkypeForBusinessDeviceUsageUserDetail struct {
|
|
// Entity is the base model of SkypeForBusinessDeviceUsageUserDetail
|
|
Entity
|
|
// ReportRefreshDate undocumented
|
|
ReportRefreshDate *time.Time `json:"reportRefreshDate,omitempty"`
|
|
// UserPrincipalName undocumented
|
|
UserPrincipalName *string `json:"userPrincipalName,omitempty"`
|
|
// LastActivityDate undocumented
|
|
LastActivityDate *time.Time `json:"lastActivityDate,omitempty"`
|
|
// UsedWindows undocumented
|
|
UsedWindows *bool `json:"usedWindows,omitempty"`
|
|
// UsedWindowsPhone undocumented
|
|
UsedWindowsPhone *bool `json:"usedWindowsPhone,omitempty"`
|
|
// UsedAndroidPhone undocumented
|
|
UsedAndroidPhone *bool `json:"usedAndroidPhone,omitempty"`
|
|
// UsediPhone undocumented
|
|
UsediPhone *bool `json:"usediPhone,omitempty"`
|
|
// UsediPad undocumented
|
|
UsediPad *bool `json:"usediPad,omitempty"`
|
|
// ReportPeriod undocumented
|
|
ReportPeriod *string `json:"reportPeriod,omitempty"`
|
|
}
|