summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go
new file mode 100644
index 00000000..9919f412
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go
@@ -0,0 +1,21 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// SharedInsight undocumented
+type SharedInsight struct {
+ // Entity is the base model of SharedInsight
+ Entity
+ // LastShared undocumented
+ LastShared *SharingDetail `json:"lastShared,omitempty"`
+ // SharingHistory undocumented
+ SharingHistory []SharingDetail `json:"sharingHistory,omitempty"`
+ // ResourceVisualization undocumented
+ ResourceVisualization *ResourceVisualization `json:"resourceVisualization,omitempty"`
+ // ResourceReference undocumented
+ ResourceReference *ResourceReference `json:"resourceReference,omitempty"`
+ // LastSharedMethod undocumented
+ LastSharedMethod *Entity `json:"lastSharedMethod,omitempty"`
+ // Resource undocumented
+ Resource *Entity `json:"resource,omitempty"`
+}