mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-27 02:01:35 +00:00
24 lines
756 B
Go
24 lines
756 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
// MeetingActivityStatistics undocumented
|
||
|
type MeetingActivityStatistics struct {
|
||
|
// ActivityStatistics is the base model of MeetingActivityStatistics
|
||
|
ActivityStatistics
|
||
|
// AfterHours undocumented
|
||
|
AfterHours *time.Duration `json:"afterHours,omitempty"`
|
||
|
// Organized undocumented
|
||
|
Organized *time.Duration `json:"organized,omitempty"`
|
||
|
// Recurring undocumented
|
||
|
Recurring *time.Duration `json:"recurring,omitempty"`
|
||
|
// Long undocumented
|
||
|
Long *time.Duration `json:"long,omitempty"`
|
||
|
// Conflicting undocumented
|
||
|
Conflicting *time.Duration `json:"conflicting,omitempty"`
|
||
|
// Multitasking undocumented
|
||
|
Multitasking *time.Duration `json:"multitasking,omitempty"`
|
||
|
}
|