// 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"` }