GetSpacesBucketsPlainArgs

data class GetSpacesBucketsPlainArgs(val filters: List<GetSpacesBucketsFilter>? = null, val sorts: List<GetSpacesBucketsSort>? = null) : ConvertibleToJava<GetSpacesBucketsPlainArgs>

A collection of arguments for invoking getSpacesBuckets.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

Filter the results. The filter block is documented below.

Link copied to clipboard

Sort the results. The sort block is documented below.