OBJECT
O365OnedriveFolder
link GraphQL Schema definition
- type O365OnedriveFolder implements O365OnedriveObject {
- # The ID of the folder.
- String! :
- # The name of the folder.
- String :
- # The ID of the parent folder.
- String :
- # The ID of the snapshot containing this folder.
- UUID :
- # The sequence number of the snapshot containing this folder.
- Int :
- # The time at which the snapshot containing this folder was taken.
- DateTime :
- # The time the folder was created.
- DateTime :
- # The time the folder was modified.
- DateTime :
- Long :
- # The count of items in the folder.
- Int :
- # The name of the Teams channel containing this folder.
- String :
- # The ID of the Teams channel containing this folder.
- String :
- # The folder name of the Teams channel containing this folder.
- String :
- # The membership type of the Teams channel.
- ChannelMembershipType :
- # The object type of this folder, for example, Onedrive or SharePoint drive.
- SharePointDescendantType :
- }
link Require by
This element is not required by anyone