GetTurnstileWidgetsPlainArgs

data class GetTurnstileWidgetsPlainArgs(val accountId: String, val direction: String? = null, val maxItems: Int? = null, val order: String? = null) : ConvertibleToJava<GetTurnstileWidgetsPlainArgs>

A collection of arguments for invoking getTurnstileWidgets.

Constructors

Link copied to clipboard
constructor(accountId: String, direction: String? = null, maxItems: Int? = null, order: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val direction: String? = null

Direction to order widgets. Available values: "asc", "desc".

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val order: String? = null

Field to order widgets by. Available values: "id", "sitekey", "name", "createdon", "modifiedon".

Functions

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