mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 12:10:26 +00:00
24 lines
691 B
Go
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"`
|
|
}
|