GetSizesPlainArgs

data class GetSizesPlainArgs(val filters: List<GetSizesFilter>? = null, val sorts: List<GetSizesSort>? = null) : ConvertibleToJava<GetSizesPlainArgs>

A collection of arguments for invoking getSizes.

Constructors

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

Properties

Link copied to clipboard

Filter the results. The filter block is documented below.

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

Sort the results. The sort block is documented below.

Functions

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