Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.11 KB

Drive.md

File metadata and controls

25 lines (22 loc) · 2.11 KB

# Drive

Properties

Name Type Description Notes
id string The unique identifier for this drive. [optional] [readonly]
created_by \OpenAPI\Client\Model\IdentitySet [optional]
created_date_time \DateTime Date and time of item creation. Read-only. [optional] [readonly]
description string Provides a user-visible description of the item. Optional. [optional]
e_tag string ETag for the item. Read-only. [optional] [readonly]
last_modified_by \OpenAPI\Client\Model\IdentitySet [optional]
last_modified_date_time \DateTime Date and time the item was last modified. Read-only. [optional] [readonly]
name string The name of the item. Read-write.
parent_reference \OpenAPI\Client\Model\ItemReference [optional]
web_url string URL that displays the resource in the browser. Read-only. [optional] [readonly]
drive_type string Describes the type of drive represented by this resource. Values are "personal" for users home spaces, "project", "virtual" or "share". Read-only. [optional] [readonly]
drive_alias string The drive alias can be used in clients to make the urls user friendly. Example: 'personal/einstein'. This will be used to resolve to the correct driveID. [optional]
owner \OpenAPI\Client\Model\IdentitySet [optional]
quota \OpenAPI\Client\Model\Quota [optional]
items \OpenAPI\Client\Model\DriveItem[] All items contained in the drive. Read-only. Nullable. [optional] [readonly]
root \OpenAPI\Client\Model\DriveItem [optional]
special \OpenAPI\Client\Model\DriveItem[] A collection of special drive resources. [optional]

[Back to Model list] [Back to API list] [Back to README]