mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 16:50:27 +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"
|
||
|
|
||
|
// CallActivityStatistics undocumented
|
||
|
type CallActivityStatistics struct {
|
||
|
// ActivityStatistics is the base model of CallActivityStatistics
|
||
|
ActivityStatistics
|
||
|
// AfterHours undocumented
|
||
|
AfterHours *time.Duration `json:"afterHours,omitempty"`
|
||
|
}
|