Get Folders Result
data class GetFoldersResult(val enableDetails: Boolean? = null, val folders: List<GetFoldersFolder>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val parentFolderId: String? = null, val queryKeyword: String? = null)
A collection of values returned by getFolders.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
A list of Folder. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
(Available since v1.114.0) The ID of the parent folder. Note: parent_folder_id
takes effect only if enable_details
is set to true
.
Link copied to clipboard