Drive
The canonical Drive object, returned whole by every operation that touches it. Fields marked optional are present when the returning operation loads them.
| Field | Type | Description |
|---|---|---|
id |
string |
|
name |
string | null |
|
ownerId |
string |
|
ownerType |
"user" | "organization" |
|
organizationId |
string | null |
|
createdAt |
string |
|
updatedAt |
string |
|
viewerRole (optional) |
"owner" | "manager" | "contributor" |
|
items (optional) |
DriveItem[] |
|
driveUsers (optional) |
object[] |
|
ownerUser (optional) |
object | null |
|
ownerOrganization (optional) |
object | null |