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, 23 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go
new file mode 100644
index 00000000..a2d419ad
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/SharepointIDsModel.go
@@ -0,0 +1,23 @@
+// 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"`
+}