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

package msgraph

// WorkbookRangeFill undocumented
type WorkbookRangeFill struct {
	// Entity is the base model of WorkbookRangeFill
	Entity
	// Color undocumented
	Color *string `json:"color,omitempty"`
}