summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/YammerActivitySummaryModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/YammerActivitySummaryModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/YammerActivitySummaryModel.go23
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/YammerActivitySummaryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/YammerActivitySummaryModel.go
new file mode 100644
index 00000000..49720766
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/YammerActivitySummaryModel.go
@@ -0,0 +1,23 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// YammerActivitySummary undocumented
+type YammerActivitySummary struct {
+ // Entity is the base model of YammerActivitySummary
+ Entity
+ // ReportRefreshDate undocumented
+ ReportRefreshDate *time.Time `json:"reportRefreshDate,omitempty"`
+ // Liked undocumented
+ Liked *int `json:"liked,omitempty"`
+ // Posted undocumented
+ Posted *int `json:"posted,omitempty"`
+ // Read undocumented
+ Read *int `json:"read,omitempty"`
+ // ReportDate undocumented
+ ReportDate *time.Time `json:"reportDate,omitempty"`
+ // ReportPeriod undocumented
+ ReportPeriod *string `json:"reportPeriod,omitempty"`
+}