5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 20:42:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go

22 lines
773 B
Go

// 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"`
}