List of relevant attributes of a file. Used in a file list.
| Property | Type | Description |
|---|---|---|
| isFolder | boolean | Is it a folder or a file ? |
| driveId | string | The driveId where the file is located. |
| fileId | string | The id of the file. |
| fileName | string | The name of the file. |
| createdByMail | string | The email of the file creator. |
| createdByName | string | The full name of the file creator. |
| lastModifiedByMail | string | The email of the last file modifier. |
| lastModifiedByName | string | The full name of the last file modifier. |
| sharedByMail | string | The email of the person who shared the file. |
| sharedByName | string | The full name of the person who shared the file. |
| url | string | The Url of the file. |
| fileSize | number | The size of the file. |