summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go23
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go
deleted file mode 100644
index a2d419ad..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go
+++ /dev/null
@@ -1,23 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// SharepointIDs undocumented
-type SharepointIDs struct {
- // Object is the base model of SharepointIDs
- Object
- // ListID undocumented
- ListID *string `json:"listId,omitempty"`
- // ListItemID undocumented
- ListItemID *string `json:"listItemId,omitempty"`
- // ListItemUniqueID undocumented
- ListItemUniqueID *string `json:"listItemUniqueId,omitempty"`
- // SiteID undocumented
- SiteID *string `json:"siteId,omitempty"`
- // SiteURL undocumented
- SiteURL *string `json:"siteUrl,omitempty"`
- // TenantID undocumented
- TenantID *string `json:"tenantId,omitempty"`
- // WebID undocumented
- WebID *string `json:"webId,omitempty"`
-}