mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 19:52:03 -08:00
18 lines
495 B
Go
18 lines
495 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// WorkbookChartLegend undocumented
|
||
|
type WorkbookChartLegend struct {
|
||
|
// Entity is the base model of WorkbookChartLegend
|
||
|
Entity
|
||
|
// Overlay undocumented
|
||
|
Overlay *bool `json:"overlay,omitempty"`
|
||
|
// Position undocumented
|
||
|
Position *string `json:"position,omitempty"`
|
||
|
// Visible undocumented
|
||
|
Visible *bool `json:"visible,omitempty"`
|
||
|
// Format undocumented
|
||
|
Format *WorkbookChartLegendFormat `json:"format,omitempty"`
|
||
|
}
|