MediaArgumentVariables

data class MediaArgumentVariables(val mediaId: Int? = null, val idMal: Int? = null, val startDate: Int? = null, val endDateInput: Int? = null, val season: MediaSeason? = null, val seasonYear: Int? = null, val type: MediaType? = null, val format: MediaFormat? = null, val status: MediaStatus? = null, val episodes: Int? = null, val duration: Int? = null, val chapters: Int? = null, val volumes: Int? = null, val isAdult: Boolean? = null, val genre: String? = null, val tag: String? = null, val minimumTagRank: Int? = null, val tagCategory: String? = null, val onList: Boolean? = null, val licensedBy: String? = null, val licensedById: String? = null, val averageScore: Int? = null, val popularity: Int? = null, val source: MediaSource? = null, val countryOfOrigin: String? = null, val isLicensed: Boolean? = null, val search: String? = null, val id_not: Int? = null, val id_in: List<Int>? = null, val id_not_in: List<Int>? = null, val idMal_in: List<Int>? = null, val idMal_not_in: List<Int>? = null, val startDate_greater: Int? = null, val startDate_lesser: Int? = null, val startDate_like: Int? = null, val endDate_greater: Int? = null, val endDate_lesser: Int? = null, val endDate_like: String? = null, val format_in: MediaFormat? = null, val format_not: MediaFormat? = null, val format_not_in: MediaFormat? = null, val status_in: MediaStatus? = null, val status_not: MediaStatus? = null, val status_not_in: List<MediaStatus>? = null, val episodes_greater: Int? = null, val duration_greater: Int? = null, val duration_lesser: Int? = null, val chapters_greater: Int? = null, val chapters_lesser: Int? = null, val volumes_greater: Int? = null, val volumes_lesser: Int? = null, val genre_in: List<String>? = null, val genre_not_in: List<String>? = null, val tag_in: List<String>? = null, val tag_not_in: List<String>? = null, val tagCategory_in: List<String>? = null, val tagCategory_not_in: List<String>? = null, val licensedById_in: List<Int>? = null, val averageScore_not: Int? = null, val averageScore_greater: Int? = null, val averageScore_lesser: Int? = null, val popularity_not: Int? = null, val popularity_greater: Int? = null, val popularity_lesser: Int? = null, val source_in: List<MediaSource>? = null, val sort: MediaSort? = null)

Constructors

Link copied to clipboard
constructor(mediaId: Int? = null, idMal: Int? = null, startDate: Int? = null, endDateInput: Int? = null, season: MediaSeason? = null, seasonYear: Int? = null, type: MediaType? = null, format: MediaFormat? = null, status: MediaStatus? = null, episodes: Int? = null, duration: Int? = null, chapters: Int? = null, volumes: Int? = null, isAdult: Boolean? = null, genre: String? = null, tag: String? = null, minimumTagRank: Int? = null, tagCategory: String? = null, onList: Boolean? = null, licensedBy: String? = null, licensedById: String? = null, averageScore: Int? = null, popularity: Int? = null, source: MediaSource? = null, countryOfOrigin: String? = null, isLicensed: Boolean? = null, search: String? = null, id_not: Int? = null, id_in: List<Int>? = null, id_not_in: List<Int>? = null, idMal_in: List<Int>? = null, idMal_not_in: List<Int>? = null, startDate_greater: Int? = null, startDate_lesser: Int? = null, startDate_like: Int? = null, endDate_greater: Int? = null, endDate_lesser: Int? = null, endDate_like: String? = null, format_in: MediaFormat? = null, format_not: MediaFormat? = null, format_not_in: MediaFormat? = null, status_in: MediaStatus? = null, status_not: MediaStatus? = null, status_not_in: List<MediaStatus>? = null, episodes_greater: Int? = null, duration_greater: Int? = null, duration_lesser: Int? = null, chapters_greater: Int? = null, chapters_lesser: Int? = null, volumes_greater: Int? = null, volumes_lesser: Int? = null, genre_in: List<String>? = null, genre_not_in: List<String>? = null, tag_in: List<String>? = null, tag_not_in: List<String>? = null, tagCategory_in: List<String>? = null, tagCategory_not_in: List<String>? = null, licensedById_in: List<Int>? = null, averageScore_not: Int? = null, averageScore_greater: Int? = null, averageScore_lesser: Int? = null, popularity_not: Int? = null, popularity_greater: Int? = null, popularity_lesser: Int? = null, source_in: List<MediaSource>? = null, sort: MediaSort? = null)

Properties

Link copied to clipboard
val averageScore: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val averageScore_not: Int? = null
Link copied to clipboard
val chapters: Int? = null
Link copied to clipboard
val chapters_greater: Int? = null
Link copied to clipboard
val chapters_lesser: Int? = null
Link copied to clipboard
val countryOfOrigin: String? = null
Link copied to clipboard
val duration: Int? = null
Link copied to clipboard
val duration_greater: Int? = null
Link copied to clipboard
val duration_lesser: Int? = null
Link copied to clipboard
val endDate_greater: Int? = null
Link copied to clipboard
val endDate_lesser: Int? = null
Link copied to clipboard
val endDate_like: String? = null
Link copied to clipboard
val endDateInput: Int? = null
Link copied to clipboard
val episodes: Int? = null
Link copied to clipboard
val episodes_greater: Int? = null
Link copied to clipboard
val format: MediaFormat? = null
Link copied to clipboard
val format_in: MediaFormat? = null
Link copied to clipboard
val format_not: MediaFormat? = null
Link copied to clipboard
Link copied to clipboard
val genre: String? = null
Link copied to clipboard
val genre_in: List<String>? = null
Link copied to clipboard
val genre_not_in: List<String>? = null
Link copied to clipboard
val id_in: List<Int>? = null
Link copied to clipboard
val id_not: Int? = null
Link copied to clipboard
val id_not_in: List<Int>? = null
Link copied to clipboard
val idMal: Int? = null
Link copied to clipboard
val idMal_in: List<Int>? = null
Link copied to clipboard
val idMal_not_in: List<Int>? = null
Link copied to clipboard
val isAdult: Boolean? = null
Link copied to clipboard
val isLicensed: Boolean? = null
Link copied to clipboard
val licensedBy: String? = null
Link copied to clipboard
val licensedById: String? = null
Link copied to clipboard
val licensedById_in: List<Int>? = null
Link copied to clipboard
val mediaId: Int? = null
Link copied to clipboard
val minimumTagRank: Int? = null
Link copied to clipboard
val onList: Boolean? = null
Link copied to clipboard
val popularity: Int? = null
Link copied to clipboard
val popularity_greater: Int? = null
Link copied to clipboard
val popularity_lesser: Int? = null
Link copied to clipboard
val popularity_not: Int? = null
Link copied to clipboard
val search: String? = null
Link copied to clipboard
val season: MediaSeason? = null
Link copied to clipboard
val seasonYear: Int? = null
Link copied to clipboard
val sort: MediaSort? = null
Link copied to clipboard
val source: MediaSource? = null
Link copied to clipboard
val source_in: List<MediaSource>? = null
Link copied to clipboard
val startDate: Int? = null
Link copied to clipboard
val startDate_greater: Int? = null
Link copied to clipboard
val startDate_lesser: Int? = null
Link copied to clipboard
val startDate_like: Int? = null
Link copied to clipboard
val status: MediaStatus? = null
Link copied to clipboard
val status_in: MediaStatus? = null
Link copied to clipboard
val status_not: MediaStatus? = null
Link copied to clipboard
Link copied to clipboard
val tag: String? = null
Link copied to clipboard
val tag_in: List<String>? = null
Link copied to clipboard
val tag_not_in: List<String>? = null
Link copied to clipboard
val tagCategory: String? = null
Link copied to clipboard
val tagCategory_in: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val type: MediaType? = null
Link copied to clipboard
val volumes: Int? = null
Link copied to clipboard
val volumes_greater: Int? = null
Link copied to clipboard
val volumes_lesser: Int? = null