summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookModel.go
blob: bb427ee69e7eb30bf064456e08f83cffd196a894 (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

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