summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchLookupJobModel.go
blob: 2679612a5f757b1c68627affd5fcdab23cfa247a (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

// ExactMatchLookupJob undocumented
type ExactMatchLookupJob struct {
	// ExactMatchJobBase is the base model of ExactMatchLookupJob
	ExactMatchJobBase
	// State undocumented
	State *string `json:"state,omitempty"`
	// MatchingRows undocumented
	MatchingRows []LookupResultRow `json:"matchingRows,omitempty"`
}