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