summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SectionLinksModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/SectionLinksModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/SectionLinksModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/SectionLinksModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/SectionLinksModel.go
deleted file mode 100644
index 4b4427fd..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/SectionLinksModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// SectionLinks undocumented
-type SectionLinks struct {
- // Object is the base model of SectionLinks
- Object
- // OneNoteClientURL undocumented
- OneNoteClientURL *ExternalLink `json:"oneNoteClientUrl,omitempty"`
- // OneNoteWebURL undocumented
- OneNoteWebURL *ExternalLink `json:"oneNoteWebUrl,omitempty"`
-}