blob: 9919f4124649fb28f674c52f0c6d345a65adb62f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"`
}
|