// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph import "time" // ExactMatchJobBase undocumented type ExactMatchJobBase struct { // Entity is the base model of ExactMatchJobBase Entity // CreationDateTime undocumented CreationDateTime *time.Time `json:"creationDateTime,omitempty"` // StartDateTime undocumented StartDateTime *time.Time `json:"startDateTime,omitempty"` // LastUpdatedDateTime undocumented LastUpdatedDateTime *time.Time `json:"lastUpdatedDateTime,omitempty"` // CompletionDateTime undocumented CompletionDateTime *time.Time `json:"completionDateTime,omitempty"` // Error undocumented Error *ClassificationError `json:"error,omitempty"` }