summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelSharepoint.go
blob: 0cba2f18ddb6b247033d31e5235f1becd660f2f1 (plain) (tree)
1
                                                




















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