blob: 0321e0ade9e8594dc0fc323323d1eb3935d81044 (
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
// WorkbookIcon undocumented
type WorkbookIcon struct {
// Object is the base model of WorkbookIcon
Object
// Index undocumented
Index *int `json:"index,omitempty"`
// Set undocumented
Set *string `json:"set,omitempty"`
}
|