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