blob: a2d419ad26095f053a13a000f730c30bc86dd1e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"`
}
|