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