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