blob: 4ba5b027de8a92580f62d008ffb88d63a45e0ea4 (
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
// WorkbookRangeBorder undocumented
type WorkbookRangeBorder struct {
// Entity is the base model of WorkbookRangeBorder
Entity
// Color undocumented
Color *string `json:"color,omitempty"`
// SideIndex undocumented
SideIndex *string `json:"sideIndex,omitempty"`
// Style undocumented
Style *string `json:"style,omitempty"`
// Weight undocumented
Weight *string `json:"weight,omitempty"`
}
|