summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/YammerActivityUserDetailModel.go
blob: a5fa5e2e2d5cc95059fed4b1e38eb5a6a6bd990e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

import "time"

// YammerActivityUserDetail undocumented
type YammerActivityUserDetail struct {
	// Entity is the base model of YammerActivityUserDetail
	Entity
	// ReportRefreshDate undocumented
	ReportRefreshDate *time.Time `json:"reportRefreshDate,omitempty"`
	// UserPrincipalName undocumented
	UserPrincipalName *string `json:"userPrincipalName,omitempty"`
	// DisplayName undocumented
	DisplayName *string `json:"displayName,omitempty"`
	// UserState undocumented
	UserState *string `json:"userState,omitempty"`
	// StateChangeDate undocumented
	StateChangeDate *time.Time `json:"stateChangeDate,omitempty"`
	// LastActivityDate undocumented
	LastActivityDate *time.Time `json:"lastActivityDate,omitempty"`
	// PostedCount undocumented
	PostedCount *int `json:"postedCount,omitempty"`
	// ReadCount undocumented
	ReadCount *int `json:"readCount,omitempty"`
	// LikedCount undocumented
	LikedCount *int `json:"likedCount,omitempty"`
	// AssignedProducts undocumented
	AssignedProducts []string `json:"assignedProducts,omitempty"`
	// ReportPeriod undocumented
	ReportPeriod *string `json:"reportPeriod,omitempty"`
}