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

package msgraph

// LookupResultRow undocumented
type LookupResultRow struct {
	// Entity is the base model of LookupResultRow
	Entity
	// Row undocumented
	Row *string `json:"row,omitempty"`
}