Get Folders Result
data class GetFoldersResult(val folders: List<GetFoldersFolder>, val id: String, val ids: List<String>, val outputFile: String? = null, val parentFolderPath: String, val projectId: String)
A collection of values returned by getFolders.