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