You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSharepoint.go

24 lines
696 B
Go

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