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

package msgraph

// WorkbookChartGridlines undocumented
type WorkbookChartGridlines struct {
	// Entity is the base model of WorkbookChartGridlines
	Entity
	// Visible undocumented
	Visible *bool `json:"visible,omitempty"`
	// Format undocumented
	Format *WorkbookChartGridlinesFormat `json:"format,omitempty"`
}