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
constructor(filters: List<GetSpacesBucketsFilter>? = null, sorts: List<GetSpacesBucketsSort>? = null)

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.

Functions

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