MediaListCollectionFilter

@Serializable
data class MediaListCollectionFilter(val userId: Int? = null, val userName: String? = null, val type: MediaType, val status: MediaListStatus? = null, val notes: String? = null, val startedAt: FuzzyDateInt? = null, val completedAt: FuzzyDateInt? = null, val chunk: Int? = null, val forceSingleCompletedList: Boolean? = null, val perChunk: Int? = null, val status_in: List<MediaListStatus>? = null, val status_not_in: List<MediaListStatus>? = null, val status_not: MediaListStatus? = null, val notes_like: String? = null, val startedAt_greater: FuzzyDateInt? = null, val startedAt_lesser: FuzzyDateInt? = null, val startedAt_like: String? = null, val completedAt_greater: FuzzyDateInt? = null, val completedAt_lesser: FuzzyDateInt? = null, val completedAt_like: String? = null, val sort: List<MediaListSort>? = null)

Constructors

Link copied to clipboard
constructor(userId: Int? = null, userName: String? = null, type: MediaType, status: MediaListStatus? = null, notes: String? = null, startedAt: FuzzyDateInt? = null, completedAt: FuzzyDateInt? = null, chunk: Int? = null, forceSingleCompletedList: Boolean? = null, perChunk: Int? = null, status_in: List<MediaListStatus>? = null, status_not_in: List<MediaListStatus>? = null, status_not: MediaListStatus? = null, notes_like: String? = null, startedAt_greater: FuzzyDateInt? = null, startedAt_lesser: FuzzyDateInt? = null, startedAt_like: String? = null, completedAt_greater: FuzzyDateInt? = null, completedAt_lesser: FuzzyDateInt? = null, completedAt_like: String? = null, sort: List<MediaListSort>? = null)

Properties

Link copied to clipboard
val chunk: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val notes: String? = null
Link copied to clipboard
val notes_like: String? = null
Link copied to clipboard
val perChunk: Int? = null
Link copied to clipboard
val sort: List<MediaListSort>? = null
Link copied to clipboard
val startedAt: FuzzyDateInt? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startedAt_like: String? = null
Link copied to clipboard
val status: MediaListStatus? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val userId: Int? = null
Link copied to clipboard
val userName: String? = null