github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelSharepoint.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // SharepointIDs undocumented
     6  type SharepointIDs struct {
     7  	// Object is the base model of SharepointIDs
     8  	Object
     9  	// ListID undocumented
    10  	ListID *string `json:"listId,omitempty"`
    11  	// ListItemID undocumented
    12  	ListItemID *string `json:"listItemId,omitempty"`
    13  	// ListItemUniqueID undocumented
    14  	ListItemUniqueID *string `json:"listItemUniqueId,omitempty"`
    15  	// SiteID undocumented
    16  	SiteID *string `json:"siteId,omitempty"`
    17  	// SiteURL undocumented
    18  	SiteURL *string `json:"siteUrl,omitempty"`
    19  	// WebID undocumented
    20  	WebID *string `json:"webId,omitempty"`
    21  }