5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSharepoint.go
2020-09-04 23:29:13 +02:00

24 lines
691 B
Go

// 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"`
}