diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WorkbookModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/WorkbookModel.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookModel.go new file mode 100644 index 00000000..bb427ee6 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookModel.go @@ -0,0 +1,21 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// Workbook undocumented +type Workbook struct { + // Entity is the base model of Workbook + Entity + // Application undocumented + Application *WorkbookApplication `json:"application,omitempty"` + // Names undocumented + Names []WorkbookNamedItem `json:"names,omitempty"` + // Tables undocumented + Tables []WorkbookTable `json:"tables,omitempty"` + // Worksheets undocumented + Worksheets []WorkbookWorksheet `json:"worksheets,omitempty"` + // Comments undocumented + Comments []WorkbookComment `json:"comments,omitempty"` + // Functions undocumented + Functions *WorkbookFunctions `json:"functions,omitempty"` +} |