mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 19:10:26 +00:00
14 lines
337 B
Go
14 lines
337 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
// ChatActivityStatistics undocumented
|
||
|
type ChatActivityStatistics struct {
|
||
|
// ActivityStatistics is the base model of ChatActivityStatistics
|
||
|
ActivityStatistics
|
||
|
// AfterHours undocumented
|
||
|
AfterHours *time.Duration `json:"afterHours,omitempty"`
|
||
|
}
|