VirtualFolderInfo
data class VirtualFolderInfo(val name: String? = null, val locations: List<String>? = null, val collectionType: CollectionTypeOptions? = null, val libraryOptions: LibraryOptions? = null, val itemId: String? = null, val primaryImageItemId: String? = null, val refreshProgress: Double? = null, val refreshStatus: String? = null)
Used to hold information about a user's list of configured virtual folders.
Constructors
Link copied to clipboard
constructor(name: String? = null, locations: List<String>? = null, collectionType: CollectionTypeOptions? = null, libraryOptions: LibraryOptions? = null, itemId: String? = null, primaryImageItemId: String? = null, refreshProgress: Double? = null, refreshStatus: String? = null)