blob: 3cbdd322ab5a0b63383df82a65982d3e0d7ae131 (
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
// UserAnalytics undocumented
type UserAnalytics struct {
// Entity is the base model of UserAnalytics
Entity
// Settings undocumented
Settings *Settings `json:"settings,omitempty"`
// ActivityStatistics undocumented
ActivityStatistics []ActivityStatistics `json:"activityStatistics,omitempty"`
}
|