// Code generated by msgraph.go/gen 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"` }