summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookTableRowModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WorkbookTableRowModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/WorkbookTableRowModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookTableRowModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookTableRowModel.go
new file mode 100644
index 00000000..b2cf1164
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookTableRowModel.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "encoding/json"
+
+// WorkbookTableRow undocumented
+type WorkbookTableRow struct {
+ // Entity is the base model of WorkbookTableRow
+ Entity
+ // Index undocumented
+ Index *int `json:"index,omitempty"`
+ // Values undocumented
+ Values json.RawMessage `json:"values,omitempty"`
+}