UsersSavedLibrary

@Serializable
data class UsersSavedLibrary(val href: String? = null, val limit: Int? = null, val next: String? = null, val offset: Int? = null, val previous: String? = null, val total: Int? = null, val items: List<SavedLibraryItem> = emptyList())

Constructors

Link copied to clipboard
constructor(href: String? = null, limit: Int? = null, next: String? = null, offset: Int? = null, previous: String? = null, total: Int? = null, items: List<SavedLibraryItem> = emptyList())

Properties

Link copied to clipboard
val href: String? = null
Link copied to clipboard
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val next: String? = null
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard
val previous: String? = null
Link copied to clipboard
val total: Int? = null