blob: d6568e760bd7d1ddbe7ad71377354e0db95821d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WorkbookChartLineFormat undocumented
type WorkbookChartLineFormat struct {
// Entity is the base model of WorkbookChartLineFormat
Entity
// Color undocumented
Color *string `json:"color,omitempty"`
}
|