Results

class Results

This class contains a collection of all types of possible search results. Each item should be checked for null before using.

Constructors

Results
Link copied to clipboard
fun Results()

Properties

audioFiles
Link copied to clipboard
@SerializedName(value = "audio_files")
var audioFiles: MutableList<AudioFile>? = null
page
Link copied to clipboard
@SerializedName(value = "page")
var page: Int = 0
perPageResults
Link copied to clipboard
@SerializedName(value = "per_page")
var perPageResults: Int = 0
total
Link copied to clipboard
@SerializedName(value = "total")
var total: Int = 0