diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchJobBaseModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchJobBaseModel.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchJobBaseModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchJobBaseModel.go new file mode 100644 index 00000000..4d77efe6 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/ExactMatchJobBaseModel.go @@ -0,0 +1,21 @@ +// 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"` +} |