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

package msgraph

// WorkbookFormatProtection undocumented
type WorkbookFormatProtection struct {
	// Entity is the base model of WorkbookFormatProtection
	Entity
	// FormulaHidden undocumented
	FormulaHidden *bool `json:"formulaHidden,omitempty"`
	// Locked undocumented
	Locked *bool `json:"locked,omitempty"`
}