GetImagesPlainArgs

data class GetImagesPlainArgs(val filters: List<GetImagesFilter>? = null, val sorts: List<GetImagesSort>? = null) : ConvertibleToJava<GetImagesPlainArgs>

A collection of arguments for invoking getImages.

Constructors

Link copied to clipboard
constructor(filters: List<GetImagesFilter>? = null, sorts: List<GetImagesSort>? = null)

Properties

Link copied to clipboard

Filter the results. The filter block is documented below.

Link copied to clipboard
val sorts: List<GetImagesSort>? = null

Sort the results. The sort block is documented below.

Functions

Link copied to clipboard
open override fun toJava(): GetImagesPlainArgs