| Field | Type | Required | Description | Example |
|---|---|---|---|---|
all_parent_folder_ids |
T::Array<::String> | ➖ | List of containing parent Folder IDs in descending order | [ "0123456789" ] |
created_at |
Date | ➖ | The created date of the file | 2023-02-23T00:00:00.000Z |
default_download_format |
T.nilable(::String) | ➖ | Default download format | application/pdf |
description |
T.nilable(::String) | ➖ | The description of the file | This is the description associated to the file. |
drive_id |
T.nilable(::String) | ➖ | The parent drive ID associated with this file | c28xyrc55866bvuv |
export_formats |
T::Array<::String> | ➖ | List of supported export formats | [ "application/pdf" ] |
file_format |
T.nilable(Models::Shared::FilesFileFormat) | ➖ | The file format of the file | |
folder_id |
T.nilable(::String) | ➖ | The parent folder ID associated with this file | c28xyrc55866bvuv |
has_children |
T.nilable(T.any(T::Boolean, Models::Shared::Files2)) | ➖ | Whether the file has children | true |
has_content |
T.nilable(T.any(T::Boolean, Models::Shared::FilesSchemas2)) | ➖ | Whether the file has content | true |
id |
T.nilable(::String) | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
name |
T.nilable(::String) | ➖ | The name associated with this file | Information-Technology |
owner_id |
T.nilable(::String) | ➖ | The user ID of owner of this file | c28xyrc55866bvuv |
path |
T.nilable(::String) | ➖ | The path where the file is stored | /path/to/file |
remote_drive_id |
T.nilable(::String) | ➖ | Provider's unique identifier of the parent drive associated with this file | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
remote_folder_id |
T.nilable(::String) | ➖ | Provider's unique identifier of the parent folder associated with this file | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
remote_id |
T.nilable(::String) | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remote_owner_id |
T.nilable(::String) | ➖ | Provider's unique identifier of the owner of this file | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
size |
T.nilable(::Float) | ➖ | The size of this file | 1024 |
updated_at |
Date | ➖ | The last updated date of the file | 2024-02-23T00:00:00.000Z |
url |
T.nilable(::String) | ➖ | The url of the file | https://drive.google.com/file/d/nd8932h9d/view |