summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EmailActivityStatisticsModel.go
blob: 45ac23454ae88d54492fe0926ffce5829c16f561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// EmailActivityStatistics undocumented
type EmailActivityStatistics struct {
	// ActivityStatistics is the base model of EmailActivityStatistics
	ActivityStatistics
	// AfterHours undocumented
	AfterHours *time.Duration `json:"afterHours,omitempty"`
	// ReadEmail undocumented
	ReadEmail *time.Duration `json:"readEmail,omitempty"`
	// SentEmail undocumented
	SentEmail *time.Duration `json:"sentEmail,omitempty"`
}