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)

Properties

Link copied to clipboard

The type of the collection.

Link copied to clipboard
val itemId: String? = null

The item identifier.

Link copied to clipboard
Link copied to clipboard
val locations: List<String>? = null

The locations.

Link copied to clipboard
val name: String? = null

The name.

Link copied to clipboard

The primary image item identifier.

Link copied to clipboard
val refreshProgress: Double? = null
Link copied to clipboard
val refreshStatus: String? = null