GetSnippetsListPlainArgs

data class GetSnippetsListPlainArgs(val maxItems: Int? = null, val zoneId: String) : ConvertibleToJava<GetSnippetsListPlainArgs>

A collection of arguments for invoking getSnippetsList.

Constructors

Link copied to clipboard
constructor(maxItems: Int? = null, zoneId: String)

Properties

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

Identifier

Functions

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