blob: c713d5704e8dc39394fa791c88b77fee7653b4d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WorkbookChartTitle undocumented
type WorkbookChartTitle struct {
// Entity is the base model of WorkbookChartTitle
Entity
// Overlay undocumented
Overlay *bool `json:"overlay,omitempty"`
// Text undocumented
Text *string `json:"text,omitempty"`
// Visible undocumented
Visible *bool `json:"visible,omitempty"`
// Format undocumented
Format *WorkbookChartTitleFormat `json:"format,omitempty"`
}
|