5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ExactMatchJobBaseModel.go

22 lines
691 B
Go

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