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

package msgraph

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