OBJECT

O365FullSpDescendant

Description

An O365 SharePoint descendant object.

link GraphQL Schema definition

  • type O365FullSpDescendant implements O365FullSpObject {
  • # The ID of the sharepoint descendant object.
  • sharepointId: String!
  • # The fid of the SharePoint descendant object.
  • fid: String!
  • # The parent id of the SharePoint descendant object.
  • parentId: String
  • # The SharePoint descendant object type.
  • objectType: SharePointDescendantType!
  • # The name of the SharePoint descendant object.
  • name: String
  • # The snapshot ID of this SharePoint descendant object.
  • snapshotId: UUID
  • # The snapshot number of this SharePoint descendant object.
  • snapshotNum: Int
  • # The create time of this SharePoint descendant object.
  • createTime: DateTime
  • # The modified time of this SharePoint descendant object.
  • modifiedTime: DateTime
  • }

link Require by

This element is not required by anyone