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