3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-03-08 07:20:48 +01:00

12 lines
282 B
Go
Raw Normal View History

// 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"`
}