diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/PublicErrorResponseModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/PublicErrorResponseModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/PublicErrorResponseModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/PublicErrorResponseModel.go deleted file mode 100644 index b7bd5c23..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/PublicErrorResponseModel.go +++ /dev/null @@ -1,11 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// PublicErrorResponse undocumented -type PublicErrorResponse struct { - // Object is the base model of PublicErrorResponse - Object - // Error undocumented - Error *PublicError `json:"error,omitempty"` -} |