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