# Constants
PackageTypeOneNote is the package type value for OneNote files.
# Structs
AsyncOperationStatus provides information on the status of a asynchronous job progress.
CopyItemRequest is the request to copy an item object
Note: The parentReference should include either an id or path but not both.
CreateItemRequest is the request to create an item object.
CreateShareLinkRequest is the request to create a sharing linkAlways Type:view and Scope:anonymous for public sharing.
CreateShareLinkResponse is the response from CreateShareLinkRequest.
CreateUploadRequest is used by CreateUploadSession to set the dates correctly.
CreateUploadResponse is the response from creating an upload session.
DeletedFacet indicates that the item on OneDrive has been deleted.
Drive is a representation of a drive resource.
Error is returned from one drive when things go wrong.
FileFacet groups file-related data on OneDrive into a single structure.
FileSystemInfoFacet contains properties that are reported by the device's local file system for the local version of an item.
FolderFacet groups folder-related data on OneDrive into a single structure.
HashesType groups different types of hashes into a single structure, for an item on OneDrive.
Identity represents an identity of an actor.
IdentitySet is a keyed collection of Identity objects.
Item represents metadata for an item in OneDrive.
ItemReference groups data needed to reference a OneDrive item across the service into a single structure.
ListChildrenResponse is the response to the list children method.
MoveItemRequest is the request to copy an item object
Note: The parentReference should include either an id or path but not both.
PackageFacet indicates that a DriveItem is the top level item in a "package" or a collection of items that should be treated as a collection instead of individual items.
Quota groups storage space quota-related information on OneDrive into a single structure.
RemoteItemFacet groups data needed to reference a OneDrive remote item.
SetFileSystemInfo is used to Update an object's FileSystemInfo.
UploadFragmentResponse is the response from uploading a fragment.
ViewDeltaResponse is the response to the view delta method.
# Type aliases
Timestamp represents represents date and time information for the OneDrive API, by using ISO 8601 and is always in UTC time.