OBJECT
O365FullSpDescendant
Description
An O365 SharePoint descendant object.
link GraphQL Schema definition
- type O365FullSpDescendant implements O365FullSpObject {
- # The ID of the sharepoint descendant object.
- String! :
- # The fid of the SharePoint descendant object.
- String! :
- # The parent id of the SharePoint descendant object.
- String :
- # The SharePoint descendant object type.
- SharePointDescendantType! :
- # The name of the SharePoint descendant object.
- String :
- # The snapshot ID of this SharePoint descendant object.
- UUID :
- # The snapshot number of this SharePoint descendant object.
- Int :
- # The create time of this SharePoint descendant object.
- DateTime :
- # The modified time of this SharePoint descendant object.
- DateTime :
- }
link Require by
This element is not required by anyone