summaryrefslogtreecommitdiff
path: root/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsed.go
diff options
context:
space:
mode:
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsed.go')
-rw-r--r--teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsed.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsed.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsed.go
new file mode 100644
index 0000000..fbfbd83
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsed.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph.go/gen DO NOT EDIT.
+
+package msgraph
+
+// UsedInsight undocumented
+type UsedInsight struct {
+ // Entity is the base model of UsedInsight
+ Entity
+ // LastUsed undocumented
+ LastUsed *UsageDetails `json:"lastUsed,omitempty"`
+ // ResourceVisualization undocumented
+ ResourceVisualization *ResourceVisualization `json:"resourceVisualization,omitempty"`
+ // ResourceReference undocumented
+ ResourceReference *ResourceReference `json:"resourceReference,omitempty"`
+ // Resource undocumented
+ Resource *Entity `json:"resource,omitempty"`
+}