| 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 folder | 2023-02-23T00:00:00.000Z |
description |
T.nilable(::String) | ➖ | The description of the folder | This is the description associated to the folder. |
drive_id |
T.nilable(::String) | ➖ | The parent drive ID associated with this folder | c28xyrc55866bvuv |
has_children |
T.nilable(T.any(T::Boolean, Models::Shared::Folders2)) | ➖ | Whether the folder has children | true |
has_content |
T.nilable(T.any(T::Boolean, Models::Shared::FoldersSchemas2)) | ➖ | Whether the folder has content | true |
id |
T.nilable(::String) | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
is_root |
T.nilable(T.any(T::Boolean, Models::Shared::FoldersSchemasIsRoot2)) | ➖ | Whether the folder is at the root level of the drive | true |
name |
T.nilable(::String) | ➖ | The name associated with this folder | Information-Technology |
owner_id |
T.nilable(::String) | ➖ | The user ID of owner of this folder | c28xyrc55866bvuv |
parent_folder_id |
T.nilable(::String) | ➖ | The parent folder ID associated with this folder | c28xyrc55866bvuv |
path |
T.nilable(::String) | ➖ | The path where the folder is stored | /path/to/folder |
remote_drive_id |
T.nilable(::String) | ➖ | Provider's unique identifier of the parent drive associated with this folder | 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 folder | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
remote_parent_folder_id |
T.nilable(::String) | ➖ | Provider's unique identifier of the parent folder associated with this folder | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
size |
T.nilable(::Float) | ➖ | The size of this folder in bytes | 1024 |
updated_at |
Date | ➖ | The last updated date of the folder | 2024-02-23T00:00:00.000Z |
url |
T.nilable(::String) | ➖ | The url of the folder | https://drive.google.com/folder/d/nd8932h9d/view |