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

package msgraph

// WorkbookChartPointFormat undocumented
type WorkbookChartPointFormat struct {
	// Entity is the base model of WorkbookChartPointFormat
	Entity
	// Fill undocumented
	Fill *WorkbookChartFill `json:"fill,omitempty"`
}