Get Active Folder Result
data class GetActiveFolderResult(val displayName: String, val id: String, val name: String, val parent: String)
A collection of values returned by getActiveFolder.
A collection of values returned by getActiveFolder.