summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookApplicationModel.go
blob: 1908de39686457d9044351ffba9de8a8b45f2e8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WorkbookApplication undocumented
type WorkbookApplication struct {
	// Entity is the base model of WorkbookApplication
	Entity
	// CalculationMode undocumented
	CalculationMode *string `json:"calculationMode,omitempty"`
}