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.
Constructors
Link copied to clipboard
fun GetFoldersResult(folders: List<GetFoldersFolder>, id: String, ids: List<String>, outputFile: String? = null, parentFolderPath: String, projectId: String)