summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ChatActivityStatisticsModel.go
blob: 0f3cff90956465c7675d110a0bc2b706d7cf0716 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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"`
}