summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WorkbookChartTitleFormatModel.go
blob: 6ec0cf999176acb1c35e184e0fd9e00a7e4183f8 (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

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